[Test] Add test for KT-47567
This commit is contained in:
committed by
Space Team
parent
396cfb3956
commit
ca25610756
+6
@@ -0,0 +1,6 @@
|
||||
// ISSUE: KT-47567
|
||||
|
||||
fun test(x: Int) {
|
||||
while (true)
|
||||
<!UNREACHABLE_CODE!><!VAL_REASSIGNMENT!>x<!> =<!> break
|
||||
}
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// ISSUE: KT-47567
|
||||
|
||||
fun test(<!UNUSED_PARAMETER!>x<!>: Int) {
|
||||
while (true)
|
||||
<!UNREACHABLE_CODE!>x =<!> break
|
||||
}
|
||||
Reference in New Issue
Block a user