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