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

8 lines
270 B
Plaintext
Vendored

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