JavaCompilerCore/resources/bytecode/javFiles/Infimum.jav

6 lines
70 B
Java

class Infimum {
m(x, y, z) {
y = x;
z = x;
}
}