renamed all modules
This commit is contained in:
8
testdata/src/main/java/tgt/StaticICallerTwo.java
vendored
Normal file
8
testdata/src/main/java/tgt/StaticICallerTwo.java
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package tgt;
|
||||
|
||||
public class StaticICallerTwo {
|
||||
public int run() {
|
||||
SimpleITwo si = new SimpleIClassTwo();
|
||||
return si.toInt("123");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user