Minor, move tests on KT-39054 into a subdirectory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// WITH_STDLIB
|
||||
class C(val x: String)
|
||||
|
||||
val x = "O"
|
||||
val y by ::x
|
||||
val z by C("K")::x
|
||||
|
||||
fun box(): String = y + z
|
||||
Reference in New Issue
Block a user