blob: 4b8146228a26eaf95b444550c2f2aacbc188a218 [file] [log] [blame]
package test
class ExtValInClass<T> {
val Int.asas: T
get() = throw Exception()
}