mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 01:58:02 +00:00
Updated the ClassCanBeTyped
This commit is contained in:
parent
ecb9abdf6b
commit
6fcf183bc8
@ -12,6 +12,10 @@ public class ClassCanBeTyped {
|
|||||||
this.x = x;
|
this.x = x;
|
||||||
this.y = y;
|
this.y = y;
|
||||||
}
|
}
|
||||||
|
public ClassCanBeTyped initClassCanBeTyped(int x, int y) {
|
||||||
|
b = new ClassCanBeTyped(x, y);
|
||||||
|
return b;
|
||||||
|
}
|
||||||
public ClassCanBeTyped init(int x, int y) {
|
public ClassCanBeTyped init(int x, int y) {
|
||||||
return new ClassCanBeTyped(x, y);
|
return new ClassCanBeTyped(x, y);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user