[TD] Update test data after previous commit
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ inline fun <L> runLogged(action: () -> L): L {
|
||||
operator fun <V> V.getValue(receiver: Any?, p: Any): V =
|
||||
runLogged { this }
|
||||
|
||||
val testK by runLogged { "K" }
|
||||
val testK by runLogged { "K" }
|
||||
|
||||
Reference in New Issue
Block a user