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