mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
java highlighting tests moved to community
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
public class QQQ {
|
||||
{
|
||||
new Outer(){
|
||||
void foo(){
|
||||
new Inner(){
|
||||
void method() {
|
||||
super.method();
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
class Outer{
|
||||
class Inner{
|
||||
void method(){
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user