Move debugger test data to the new location
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class MyClass {
|
||||
fun test() {
|
||||
<caret>this.test()
|
||||
}
|
||||
}
|
||||
|
||||
// EXPECTED: this
|
||||
Reference in New Issue
Block a user