restructured control flow tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package n
|
||||
|
||||
class C {
|
||||
fun component1() = 1
|
||||
fun component2() = 2
|
||||
}
|
||||
|
||||
fun test(c: C) {
|
||||
val (a, b) = c
|
||||
val d = 1
|
||||
}
|
||||
Reference in New Issue
Block a user