JavaCompilerCore/app/resources/bytecode/javFiles/Infimum.jav

6 lines
70 B
Plaintext
Raw Normal View History

2023-01-10 13:22:05 +00:00
class Infimum {
m(x, y, z) {
y = x;
z = x;
}
}