package test class ExtValInClass
{ var Int.asas: P? get() = throw Exception() set(p: P?) = throw Exception() }