blob: 665ef807303a6516d3a5d5f1205c9cdcbe5c3490 [file] [log] [blame]
package test
class ExtValInClass<P> {
val Int.asas: P?
get() = throw Exception()
}