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