[code]
public class Test {
class o{
public void b(){
}
}
[color=blue] o i=new Test.o();[/color]
public static void main(String[] args) {
Test test = new Test();
[color=blue]o i=test.new o();[/color] }
}
public class Test {
class o{
public void b(){
}
}
[color=blue] o i=new Test.o();[/color]
public static void main(String[] args) {
Test test = new Test();
[color=blue]o i=test.new o();[/color] }
}