[Test] Add test for KT-47892
This commit is contained in:
committed by
Space Team
parent
637b46cb6e
commit
03973419dd
@@ -0,0 +1,12 @@
|
||||
// ISSUE: KT-47892
|
||||
|
||||
fun test(b: Boolean) {
|
||||
while (b) {
|
||||
class A {
|
||||
init {
|
||||
continue
|
||||
}
|
||||
constructor(): super()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user