PSI2IR KT-47245 handle declaration statements in control structures
This commit is contained in:
committed by
TeamCityServer
parent
3be348f910
commit
bf077b893c
@@ -0,0 +1,6 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
fun box(): String {
|
||||
for (i in 0..0) fun x() {}
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user