FIR IDE: quickfix to add override keyword
Also enables more tests that covers previous quickfixes
This commit is contained in:
committed by
Ilya Kirillov
parent
1658f4433d
commit
90a0c9bb25
@@ -0,0 +1,9 @@
|
||||
package foo.bar
|
||||
|
||||
fun test() {
|
||||
class A {
|
||||
inner class B
|
||||
}
|
||||
|
||||
fun <!UNRESOLVED_REFERENCE!>A.B<!>.foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user