[NI] Record information about delegated property as in old inference
This commit is contained in:
+1
-4
@@ -16,10 +16,7 @@ operator fun String.getValue(receiver: Any?, p: Any): String =
|
||||
runLogged("get($this);") { this }
|
||||
|
||||
val testO by runLogged("O;") { "O" }
|
||||
val testK by runLogged("K;") { "K" }
|
||||
val testOK = runLogged("OK;") { testO + testK }
|
||||
|
||||
fun box(): String {
|
||||
assertEquals("O;tdf(O);K;tdf(K);OK;get(O);get(K);", log)
|
||||
return testOK
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user