mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata fixed
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class Inheritor extends GrBase {
|
||||
generateConstructor(true)
|
||||
myFixture.checkResult """
|
||||
class Inheritor extends GrBase {
|
||||
Inheritor(int i) {
|
||||
public Inheritor(int i) {
|
||||
super(i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user