8 lines
133 B
Kotlin
8 lines
133 B
Kotlin
package test
|
|
|
|
import java.util.Map
|
|
|
|
var <P, Q> Map<P, Q>.asas: Int
|
|
get() = throw Exception()
|
|
set(i: Int) = throw Exception()
|