forked from JavaTX/JavaCompilerCore
modified: resources/AllgemeinTest/Iteration.jav
This commit is contained in:
parent
3c86eecf8b
commit
26398a692f
@ -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 {
|
||||||
m1(x, y) {
|
m1(x, y) {
|
||||||
|
Loading…
Reference in New Issue
Block a user