[FE 1.0] Update test data with new error type representation
This commit is contained in:
committed by
teamcity
parent
b5933c70e2
commit
27fa632630
+6
-6
@@ -7,12 +7,12 @@ public inline fun case_4(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
|
||||
public inline fun case_5(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
|
||||
public inline fun case_6(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
|
||||
public inline fun case_7(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
|
||||
public fun </*0*/ K> expandIn(/*0*/ vararg x: [ERROR : In<K>]<K> /*kotlin.Array<out [ERROR : In<K>]<K>>*/): K
|
||||
public fun </*0*/ K> expandInWithRemoveNullable(/*0*/ vararg x: [ERROR : In<K?>]<K?> /*kotlin.Array<out [ERROR : In<K?>]<K?>>*/): K
|
||||
public fun </*0*/ K> expandInv(/*0*/ vararg x: [ERROR : Inv<K>]<K> /*kotlin.Array<out [ERROR : Inv<K>]<K>>*/): K
|
||||
public fun </*0*/ K> expandInvWithRemoveNullable(/*0*/ vararg x: [ERROR : Inv<K?>]<K?> /*kotlin.Array<out [ERROR : Inv<K?>]<K?>>*/): K
|
||||
public fun </*0*/ K> expandOut(/*0*/ vararg x: [ERROR : Out<K>]<K> /*kotlin.Array<out [ERROR : Out<K>]<K>>*/): K
|
||||
public fun </*0*/ K> expandOutWithRemoveNullable(/*0*/ vararg x: [ERROR : Out<K?>]<K?> /*kotlin.Array<out [ERROR : Out<K?>]<K?>>*/): K
|
||||
public fun </*0*/ K> expandIn(/*0*/ vararg x: [Error type: Unresolved type for In<K>]<K> /*kotlin.Array<out [Error type: Unresolved type for In<K>]<K>>*/): K
|
||||
public fun </*0*/ K> expandInWithRemoveNullable(/*0*/ vararg x: [Error type: Unresolved type for In<K?>]<K?> /*kotlin.Array<out [Error type: Unresolved type for In<K?>]<K?>>*/): K
|
||||
public fun </*0*/ K> expandInv(/*0*/ vararg x: [Error type: Unresolved type for Inv<K>]<K> /*kotlin.Array<out [Error type: Unresolved type for Inv<K>]<K>>*/): K
|
||||
public fun </*0*/ K> expandInvWithRemoveNullable(/*0*/ vararg x: [Error type: Unresolved type for Inv<K?>]<K?> /*kotlin.Array<out [Error type: Unresolved type for Inv<K?>]<K?>>*/): K
|
||||
public fun </*0*/ K> expandOut(/*0*/ vararg x: [Error type: Unresolved type for Out<K>]<K> /*kotlin.Array<out [Error type: Unresolved type for Out<K>]<K>>*/): K
|
||||
public fun </*0*/ K> expandOutWithRemoveNullable(/*0*/ vararg x: [Error type: Unresolved type for Out<K?>]<K?> /*kotlin.Array<out [Error type: Unresolved type for Out<K?>]<K?>>*/): K
|
||||
public fun funNothingQuest(): kotlin.Nothing?
|
||||
public fun funWithAnyArg(/*0*/ value_1: kotlin.Any): kotlin.Int
|
||||
public fun funWithoutArgs(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user