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