19 lines
210 B
Plaintext
Raw Normal View History

2025-01-18 22:15:47 +00:00
class String{}
class String2{}
class String3{}
class String4{}
while(){
while(
String a = 2
){
}
}
while(){while(String b = 3){}}
// Nested
while(){while((String c = 4)){String d = 5}}