JavaCompilerCore/resources/AllgemeinTest/Box.jav
pl@gohorb.ba-horb.de f0287c4611
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 6m3s
modified: resources/AllgemeinTest/Box.jav
modified:   src/test/java/AllgemeinTest.java
2024-11-25 15:46:14 +01:00

12 lines
103 B
Java

public class Box {
a;
public Box() { }
public Box(a) {
//this.a = a;
}
set(x) {
a = x;
}
}