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
@@ -4,9 +4,9 @@ FILE: K1.kt
super<R|J1|>()
}
public final class Q : <ERROR TYPE REF: Symbol not found, for `Nested`> {
public final class Q : <ERROR TYPE REF: Symbol not found for Nested> {
public constructor(): R|K2.Q| {
super<<ERROR TYPE REF: Symbol not found, for `Nested`>>()
super<<ERROR TYPE REF: Symbol not found for Nested>>()
}
}