FIR IDE: fix typo in test directory (overridden)
This commit is contained in:
committed by
Ilya Kirillov
parent
907d2e9ed4
commit
4266ffa274
+9
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
open class A {
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
override fun fo<caret>o() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user