Files
kotlin-fork/compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/approximation.txt
T
Denis.Zharkov 62bef48f9d Adjust test data to changed rendering: T!! -> T & Any
^KT-26245 In Progress
2021-08-31 15:41:15 +03:00

6 lines
105 B
Plaintext
Vendored

package
public fun </*0*/ T> foo(/*0*/ x: T, /*1*/ y: T & Any): T & Any
public fun main(): kotlin.Unit