Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/tpAsReified/InProperty.txt
T
2015-09-08 02:04:32 +03:00

6 lines
123 B
Plaintext
Vendored

package
public val </*0*/ reified T> v: T
public fun </*0*/ T> id(/*0*/ p: T): T
public fun </*0*/ A> main(): kotlin.Unit