FIR: forbid reporting inapplicable-likes on implicit constructors

This commit is contained in:
Mikhail Glukhikh
2021-02-18 12:55:29 +03:00
parent 34c90aab3b
commit 239a44b30c
11 changed files with 16 additions and 27 deletions
@@ -2,6 +2,6 @@ class A {
open inner class Inner
class Nested : Inner {
constructor()<!UNRESOLVED_REFERENCE!><!>
constructor()
}
}