Move debugger test data to the new location
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
package delegatedVariables
|
||||
|
||||
fun main() {
|
||||
val a by lazy { "foo" }
|
||||
//Breakpoint!
|
||||
val b = a
|
||||
}
|
||||
|
||||
// EXPRESSION: a
|
||||
// RESULT: "foo": Ljava/lang/String;
|
||||
Reference in New Issue
Block a user