mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
assertions added, annotations for method parameter
This commit is contained in:
@@ -239,4 +239,9 @@ public class X {
|
||||
new javax.swing.JLabel("text", 3);
|
||||
}
|
||||
}
|
||||
static class OverrideX extends X {
|
||||
void f(int x) {
|
||||
super.f(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user