Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedUpcastToNonReified.txt
T
Mikhail Zarechenskiy 0d6b7bb6a1 Prohibit check for instance of a non-reified, non-subtype type parameter
#KT-12683 Fixed
 #KT-9986 Fixed
2017-04-05 21:35:07 +03:00

6 lines
278 B
Plaintext
Vendored

package
public fun </*0*/ T> foo(/*0*/ x: kotlin.collections.List<T>, /*1*/ y: kotlin.collections.List<T>?): kotlin.Unit
public inline fun </*0*/ reified T> test(/*0*/ x: T?): kotlin.Unit
public fun </*0*/ T, /*1*/ S : T> test(/*0*/ x: T?, /*1*/ y: S, /*2*/ z: T): kotlin.Unit