JavaCompilerCore/examples/achim/Exceptions.jav
2013-10-18 13:33:46 +02:00

9 lines
65 B
Java
Executable File

class Exceptions{
funktion(){
i;
if(true){
a;
}
}
}