JavaCompilerCore/resources/bytecode/javFiles/Cycle.jav

6 lines
79 B
Java

public class Cycle {
public m(x, y) {
y = x;
x = y;
}
}