[FIR] Update testdata after introducing FirResolvedErrorReference
This commit is contained in:
committed by
Space Team
parent
dde64c10ea
commit
b174bb8844
+2
-2
@@ -21,8 +21,8 @@ FILE: singletonConstructors.kt
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
private final val x: R|B| = <HIDDEN: /B.B is deprecated with DeprecationLevel.HIDDEN>#()
|
||||
private get(): R|B|
|
||||
private final val x: <ERROR TYPE REF: HIDDEN: /B.B is deprecated with DeprecationLevel.HIDDEN> = <HIDDEN: /B.B is deprecated with DeprecationLevel.HIDDEN>#()
|
||||
private get(): <ERROR TYPE REF: HIDDEN: /B.B is deprecated with DeprecationLevel.HIDDEN>
|
||||
|
||||
}
|
||||
public final class D : R|kotlin/Any| {
|
||||
|
||||
+1
-1
@@ -24,5 +24,5 @@ FILE: A.kt
|
||||
}
|
||||
FILE: main.kt
|
||||
public final fun test(b: R|B|): R|kotlin/String| {
|
||||
^test R|<local>/b|.<HIDDEN: /B.foo is invisible>#(String(hello))
|
||||
^test R|<local>/b|.R|/B.foo<HIDDEN: /B.foo is invisible>#|(String(hello))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user