7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
package test
|
|
|
|
class ExtValInClass<P> {
|
|
val Int.asas: P?
|
|
get() = throw Exception()
|
|
}
|