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
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
public fun </*0*/ T> foo(/*0*/ x: T!!, /*1*/ y: kotlin.collections.List<T!!>, /*2*/ z: (T!!) -> T!!): T!!
|
||||
public fun </*0*/ T> foo(/*0*/ x: T & Any, /*1*/ y: kotlin.collections.List<T & Any>, /*2*/ z: (T & Any) -> T & Any): T & Any
|
||||
|
||||
Reference in New Issue
Block a user