JavaCompilerCore/notizen/stan/stackmaptable/StackMapTest5.java

13 lines
119 B
Java

class StackMapTest5{
void methode(){
int i = 0;
while(System.out == null){
i+=1;
while(true){
String s = "2";
}
}
}
}