Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/inference/kt1558.txt
T
2015-09-08 02:04:32 +03:00

8 lines
279 B
Plaintext
Vendored

package
package j {
public fun testArrays(/*0*/ ci: kotlin.List<kotlin.Int?>, /*1*/ cii: kotlin.List<kotlin.Int?>?): kotlin.Unit
public fun </*0*/ T : kotlin.Any> T?.sure(): T
public fun </*0*/ E> kotlin.List<*>.toArray(/*0*/ ar: kotlin.Array<E>): kotlin.Array<E>
}