Converter tests:
Change test data files extension to "java"
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//class
|
||||
enum Color implements Runnable {
|
||||
WHITE, BLACK, RED, YELLOW, BLUE;
|
||||
|
||||
public void run() {
|
||||
System.out.println("name()=" + name() +
|
||||
", toString()=" + toString());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user