Converter tests:
Change test data files extension to "java"
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
//statement
|
||||
int[][] a = { {1, 2, 3}, {4, 5, 6}, {7, 8, 9} };
|
||||
Reference in New Issue
Block a user
Change test data files extension to "java"
@@ -0,0 +1,2 @@
|
||||
//statement
|
||||
int[][] a = { {1, 2, 3}, {4, 5, 6}, {7, 8, 9} };
|
||||