FIR IDE: fix collecting diagnostics for raanalysable non-toplevel declarations

This commit is contained in:
Ilya Kirillov
2021-02-12 12:50:02 +01:00
parent 6ba57abb8f
commit d42cc219bf
9 changed files with 39 additions and 11 deletions
@@ -6,3 +6,5 @@ abstract class B() {
abstract class A() : B() {
abstract <caret>open override fun foo()
}
/* FIR_COMPARISON */