Adjust test data to changed rendering: T!! -> T & Any
^KT-26245 In Progress
This commit is contained in:
committed by
teamcityserver
parent
dc79d8641b
commit
62bef48f9d
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public fun </*0*/ E> expectNN(/*0*/ e: E!!): kotlin.Unit
|
||||
public fun </*0*/ E> expectNN(/*0*/ e: E & Any): kotlin.Unit
|
||||
public fun </*0*/ F> main(/*0*/ x: F, /*1*/ y: F, /*2*/ z: F, /*3*/ w: F, /*4*/ m: F): kotlin.Unit
|
||||
public fun </*0*/ K> removeQuestionMark(/*0*/ x: K?): K
|
||||
public fun </*0*/ T> toDefNotNull(/*0*/ s: T): T!!
|
||||
public fun </*0*/ T> toDefNotNull(/*0*/ s: T): T & Any
|
||||
public fun kotlin.Any.foo(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user