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