FIR: use more specific cone error for unresolved user type ref
replaces diagnostic with <No name> with specific qualifier
This commit is contained in:
+2
-2
@@ -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>>()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user