Converter tests:
Change test data files extension to "java"
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//file
|
||||
class Library {
|
||||
final public String myString;
|
||||
}
|
||||
|
||||
class User {
|
||||
void main() {
|
||||
Library.myString.isEmpty();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user