restructured control flow tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun f() {
|
||||
class LocalClass() {
|
||||
fun f() {
|
||||
val x = ""
|
||||
|
||||
fun loc() {
|
||||
val x3 = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user