forked from JavaTX/JavaCompilerCore
6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
class Infimum {
|
||
|
m(x, y, z) {
|
||
|
y = x;
|
||
|
z = x;
|
||
|
}
|
||
|
}
|