mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
fix testdata
GitOrigin-RevId: b96781775bd0583ebc134e75214189ec69717a04
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d98854208c
commit
ef54a16d1e
+4
-4
@@ -3,10 +3,10 @@ package main;
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
pkg.sub.Test obj = new pkg.sub.Test();
|
||||
obj.m1();
|
||||
obj.<error descr="Cannot resolve method 'm2' in 'Test'">m2</error>();
|
||||
obj.<error descr="Cannot resolve method 'm1' in 'Test'">m1</error>();
|
||||
obj.m2();
|
||||
|
||||
pkg.sub.Test.s1();
|
||||
pkg.sub.Test.<error descr="Cannot resolve method 's2' in 'Test'">s2</error>();
|
||||
pkg.sub.Test.<error descr="Cannot resolve method 's1' in 'Test'">s1</error>();
|
||||
pkg.sub.Test.s2();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user