New J2K: add plain text copy-paste conversion test for new J2K
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
package test;
|
||||
|
||||
public class ToBeImportedJava {
|
||||
public static final String TO_BE_IMPORTED_CONST = "!!!";
|
||||
|
||||
public static void staticMethod() {
|
||||
}
|
||||
}
|
||||
|
||||
public interface IAmbiguousJava {
|
||||
|
||||
}
|
||||
|
||||
public interface AmbiguousJava {
|
||||
|
||||
}
|
||||
|
||||
public interface IAmbiguous {
|
||||
|
||||
}
|
||||
|
||||
public interface Ambiguous {
|
||||
|
||||
}
|
||||
|
||||
public class Z {
|
||||
public interface IAmbiguousJava {
|
||||
|
||||
}
|
||||
|
||||
public interface AmbiguousJava {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user