FIR: use more specific cone error for unresolved user type ref

replaces diagnostic with <No name> with specific qualifier
This commit is contained in:
Ilya Chernikov
2021-02-17 13:06:31 +01:00
parent 77539fe2db
commit ed78183dbd
10 changed files with 18 additions and 14 deletions
@@ -92,7 +92,7 @@ FILE: exposedSupertype.kt
}
}
public final class Test7 : <ERROR TYPE REF: Symbol not found, for `D.PublicButProtected`> {
public final class Test7 : <ERROR TYPE REF: Symbol not found for D.PublicButProtected> {
public constructor(): R|Test7| {
super<R|kotlin/Any|>()
}