Files
2013-12-17 20:28:59 +04:00

7 lines
96 B
Kotlin
Vendored

package test
class ExtValInClass<P> {
val Int.asas: P?
get() = throw Exception()
}