mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
external compiler: added test for rename class changing case only
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
Cleaning output files:
|
||||
out/production/ChangeCaseOfName/A.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a.java
|
||||
End of files
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
public class A {
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
public class a {
|
||||
}
|
||||
Reference in New Issue
Block a user