mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-42131
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
public class Clas extends Clas2{
|
||||
int foo;
|
||||
|
||||
public Clas(int foo, int foo1) {<caret>
|
||||
super(foo);
|
||||
foo = foo1;
|
||||
}
|
||||
}
|
||||
|
||||
class Clas2 {
|
||||
int foo;
|
||||
|
||||
Clas2(int foo) {
|
||||
this.foo = foo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user