Files
kotlin-fork/compiler/testData/readClass/prop/ExtValClass.kt
T
Stepan Koltsov 8055cf0704 fix another case of property resolution
val <T> T.prop: Something<T>
2012-01-13 03:55:11 +04:00

5 lines
91 B
Kotlin

package test
val <P> P.anotherJavaClass: java.lang.Class<P>
get() = throw Exception()