mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
test++
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class C {
|
||||
C<caret>() {
|
||||
}
|
||||
}
|
||||
|
||||
class C1 extends C {
|
||||
int i;
|
||||
C1(int i, int k) {
|
||||
this.i = i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user