package test var Int.junk: Short get() = throw Exception() set(p: Short) = throw Exception() val String.junk: Int get() = throw Exception()