Move debugger test data to the new location
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class Foo1 {
|
||||
val x: String /// F, L
|
||||
get() = "foo" /// M
|
||||
}
|
||||
|
||||
class Foo2 { /// M
|
||||
val x: String = "foo" /// F, L
|
||||
get() = field + "x" /// M
|
||||
}
|
||||
Reference in New Issue
Block a user