mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
java highlighting tests moved to community
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// inherit from final
|
||||
public class a extends <error descr="Cannot inherit from final 'ff'">ff</error> {
|
||||
|
||||
void f() {
|
||||
Object o = new <error descr="Cannot inherit from final 'ff'">ff</error>() { void gg(){} };
|
||||
}
|
||||
}
|
||||
|
||||
final class ff {
|
||||
}
|
||||
Reference in New Issue
Block a user