mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
move class referenced from property file (IDEA-58083 )
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ref = p.MyClass
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package p;
|
||||
class MyClass{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
ref = p1.MyClass
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package p1;
|
||||
class MyClass{}
|
||||
Reference in New Issue
Block a user