restructured control flow tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
class B {
|
||||
val a: Int
|
||||
get() {
|
||||
val b: Int
|
||||
return b
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user