JavaPatternMatching/notizen/stan/stackmaptable/StackMapTest.java

7 lines
55 B
Java
Raw Normal View History

2016-01-12 12:32:16 +00:00
class StackMapTest{
void methode(){
while(true){}
}
}