mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
testdata for IDEA-67829
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class A{
|
||||
void foo(String s){}
|
||||
static void foo(Object s){<error descr="Non-static method 'foo(java.lang.String)' cannot be referenced from a static context">foo</error>("");}
|
||||
}
|
||||
Reference in New Issue
Block a user