package test class ExtValPIntInClass

{ var P.asas: Int get() = throw Exception() set(p: Int) = throw Exception() }