Fix inline test
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
||||
class A {
|
||||
open class A {
|
||||
private val i = 0
|
||||
|
||||
fun foo() {
|
||||
fun <caret>foo() {
|
||||
i.toString()
|
||||
}
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
fun bar() {
|
||||
<caret>foo()
|
||||
foo()
|
||||
}
|
||||
}
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
class A {
|
||||
open class A {
|
||||
private val i = 0
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user