Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/exactAnnotation.txt
T
2015-10-13 21:42:54 +03:00

5 lines
227 B
Plaintext
Vendored

package
public fun test1(/*0*/ l: kotlin.List<kotlin.Number>): kotlin.Unit
@kotlin.Suppress(names = {"INVISIBLE_MEMBER", "INVISIBLE_REFERENCE"}) public fun </*0*/ T, /*1*/ U : T> kotlin.List<@kotlin.Exact() T>.firstTyped(): U