Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/annotationsForResolve/exactAnnotation.txt
T
2015-10-09 11:05:52 +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