FIR: bail out early for override check if base candidate is private

This commit is contained in:
Jinseong Jeon
2021-02-12 16:12:21 -08:00
committed by Mikhail Glukhikh
parent 09640d9d63
commit a884555171
4 changed files with 20 additions and 6 deletions
@@ -10,5 +10,5 @@ open class C {
}
class Subject : C(), A {
val c = <!HIDDEN!>a<!>
val c = <!NONE_APPLICABLE!>a<!>
}