FIR IDE: resolve reference to intersection override member to overridden members

This commit is contained in:
Ilya Kirillov
2021-01-08 12:34:38 +01:00
parent 95eb701f75
commit 2a9779cd89
11 changed files with 82 additions and 22 deletions
-2
View File
@@ -1,5 +1,3 @@
// IGNORE_FIR
interface A {
fun foo()
}
@@ -1,5 +1,3 @@
// IGNORE_FIR
var x : Int <caret>by Baz()
interface Foo {