forked from JavaTX/JavaCompilerCore
Iteration.jav Pair ausgeklammert
This commit is contained in:
parent
b65df7c390
commit
18429d9cf9
@ -1,4 +1,4 @@
|
|||||||
|
/*
|
||||||
class Pair<T, U> {
|
class Pair<T, U> {
|
||||||
T x;
|
T x;
|
||||||
U y;
|
U y;
|
||||||
@ -17,7 +17,7 @@ class Pair<T, U> {
|
|||||||
return y;
|
return y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
public class Iteration {
|
public class Iteration {
|
||||||
id(x) {
|
id(x) {
|
||||||
|
@ -41,7 +41,7 @@ public class AllgemeinTest {
|
|||||||
//String className = "Var";
|
//String className = "Var";
|
||||||
//String className = "Put";
|
//String className = "Put";
|
||||||
//String className = "Twice";
|
//String className = "Twice";
|
||||||
String className = "Twice2";
|
//String className = "Twice2";
|
||||||
//String className = "TestSubTypless";
|
//String className = "TestSubTypless";
|
||||||
//String className = "addList";
|
//String className = "addList";
|
||||||
//String className = "M";
|
//String className = "M";
|
||||||
@ -57,7 +57,7 @@ public class AllgemeinTest {
|
|||||||
//String className = "UseWildcardPair";
|
//String className = "UseWildcardPair";
|
||||||
//String className = "Assign";
|
//String className = "Assign";
|
||||||
//String className = "StreamTest";
|
//String className = "StreamTest";
|
||||||
//String className = "Iteration";
|
String className = "Iteration";
|
||||||
//PL 2019-10-24: genutzt fuer unterschiedliche Tests
|
//PL 2019-10-24: genutzt fuer unterschiedliche Tests
|
||||||
path = System.getProperty("user.dir")+"/resources/AllgemeinTest/" + className + ".jav";
|
path = System.getProperty("user.dir")+"/resources/AllgemeinTest/" + className + ".jav";
|
||||||
//path = System.getProperty("user.dir")+"/src/test/resources/AllgemeinTest/Overloading_Generics.jav";
|
//path = System.getProperty("user.dir")+"/src/test/resources/AllgemeinTest/Overloading_Generics.jav";
|
||||||
|
Loading…
Reference in New Issue
Block a user