Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/nullability/functionalBound.txt
T
2015-11-06 06:31:52 +03:00

4 lines
139 B
Plaintext
Vendored

package
public fun </*0*/ E : kotlin.String?, /*1*/ T : ((kotlin.CharSequence) -> kotlin.Unit)?> foo(/*0*/ x: E, /*1*/ y: T): kotlin.Unit