renamed all modules
This commit is contained in:
7
testdata/src/main/java/tgt/SimpleI003.java
vendored
Normal file
7
testdata/src/main/java/tgt/SimpleI003.java
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package tgt;
|
||||
|
||||
public interface SimpleI003 {
|
||||
int toInt(String s);
|
||||
|
||||
String stringify(double d, int i, long l, boolean b);
|
||||
}
|
||||
Reference in New Issue
Block a user