[FIR] Update testdata after introducing FirResolvedErrorReference
This commit is contained in:
committed by
Space Team
parent
dde64c10ea
commit
b174bb8844
+3
-3
@@ -31,7 +31,7 @@ FILE: inlineLambdasAreInplace.kt
|
||||
)
|
||||
R|<local>/x| = String()
|
||||
R|<local>/lambda|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()
|
||||
R|<local>/x|.<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#
|
||||
R|<local>/x|.R|kotlin/String.length<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#|
|
||||
}
|
||||
public final fun testNoinline(): R|kotlin/Unit| {
|
||||
lvar x: R|kotlin/String?| = String()
|
||||
@@ -41,7 +41,7 @@ FILE: inlineLambdasAreInplace.kt
|
||||
)
|
||||
R|<local>/x| = String()
|
||||
R|<local>/lambda|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()
|
||||
R|<local>/x|.<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#
|
||||
R|<local>/x|.R|kotlin/String.length<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#|
|
||||
}
|
||||
public final fun testCrossinline(): R|kotlin/Unit| {
|
||||
lvar x: R|kotlin/String?| = String()
|
||||
@@ -51,5 +51,5 @@ FILE: inlineLambdasAreInplace.kt
|
||||
)
|
||||
R|<local>/x| = String()
|
||||
R|<local>/lambda|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()
|
||||
R|<local>/x|.<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#
|
||||
R|<local>/x|.R|kotlin/String.length<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#|
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user