// Tests inner classes inside templates. // Expected result: PASS template class R1 { class R1a { {System.out.println(new x());} } } class R1b { public static void main(String[] args) { System.out.println(new template R1());//.new R1a()); System.out.println(new template R1());//.new R1a()); } }