Move debugger test data to the new location
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package staticField
|
||||
|
||||
fun main() {
|
||||
x
|
||||
}
|
||||
|
||||
val x: String = "x"
|
||||
//FunctionBreakpoint!
|
||||
get() = "foo" + field
|
||||
|
||||
// EXPRESSION: field
|
||||
// RESULT: "x": Ljava/lang/String;
|
||||
Reference in New Issue
Block a user