blob: 55ff0f66db45f9b77affc4057a52ab941d3b8293 [file] [log] [blame]
package test
class ExtValInClass<P> {
var Int.asas: P
get() = throw Exception()
set(p: P) = throw Exception()
}