restructured control flow tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Delegate {
|
||||
fun get(_this: Any, p: PropertyMetadata): Int = 0
|
||||
}
|
||||
|
||||
val a = Delegate()
|
||||
|
||||
val b by a
|
||||
Reference in New Issue
Block a user