Converter tests:
Change test data files extension to "java"
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//file
|
||||
package demo;
|
||||
|
||||
class C {
|
||||
public C(int a) {
|
||||
abc = a * 2;
|
||||
}
|
||||
int abc = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user