mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
make class static on unresolved 'static' method reference (IDEA-157364)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// "Make 'C2' static" "true"
|
||||
class C {
|
||||
|
||||
{
|
||||
C2.staticMethod();
|
||||
}
|
||||
|
||||
public static class C2 {
|
||||
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
// "Make 'C2' static" "true"
|
||||
class C {
|
||||
|
||||
{
|
||||
C2.stati<caret>cMethod();
|
||||
}
|
||||
|
||||
public class C2 {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user