FIR: move test to stdlib group thus fixing it
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5b929b88e1
commit
3e51cbc9dc
+1
-1
@@ -9,7 +9,7 @@ FILE: factoryFunctionOverloads.kt
|
||||
public final fun A(b: R|B|?, flag: R|kotlin/Boolean| = Boolean(true)): R|A| {
|
||||
^A R|/A.A|(when (lval <bangbang>: R|B|? = R|<local>/b|) {
|
||||
==($subj$, Null(null)) -> {
|
||||
throw <Unresolved name: KotlinNullPointerException>#()
|
||||
throw R|kotlin/KotlinNullPointerException.KotlinNullPointerException|()
|
||||
}
|
||||
else -> {
|
||||
R|<local>/<bangbang>|
|
||||
Reference in New Issue
Block a user