Move debugger test data to the new location
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package insertInBlock
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val lambda = {
|
||||
//Breakpoint!
|
||||
val a = 1
|
||||
}()
|
||||
}
|
||||
|
||||
// EXPRESSION: 1 + 1
|
||||
// RESULT: 2: I
|
||||
Reference in New Issue
Block a user