mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-27 09:08:04 +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.y = y;
|
||||
}
|
||||
public ClassCanBeTyped initClassCanBeTyped(int x, int y) {
|
||||
b = new ClassCanBeTyped(x, y);
|
||||
return b;
|
||||
}
|
||||
public ClassCanBeTyped init(int x, int y) {
|
||||
return new ClassCanBeTyped(x, y);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user