FIR: Adjust test data for type alias constructors
They are not SubstitutionOverrides anymore
This commit is contained in:
+1
-1
@@ -15,5 +15,5 @@ FILE: typeAliasConstructor.kt
|
||||
public final typealias BB<U> = R|B<U>|
|
||||
public final fun main(): R|kotlin/Unit| {
|
||||
lval x: R|A| = R|/A.A|(Int(1))
|
||||
lval y: R|B<kotlin/String>| = R|SubstitutionOverride</B.B>|<R|kotlin/String|>(String(bb))
|
||||
lval y: R|B<kotlin/String>| = R|/B.B|<R|kotlin/String|>(String(bb))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user