Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/commonSystem/theSameFunctionInArgs.txt
T
2015-10-14 18:36:53 +03:00

5 lines
174 B
Plaintext
Vendored

package
@kotlin.Suppress(names = {"UNCHECKED_CAST"}) public fun </*0*/ T> arrayOf(/*0*/ vararg t: T /*kotlin.Array<out T>*/): kotlin.Array<T>
public fun test(): kotlin.Unit