4b7164a557
^KT-55527
7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
class Context {
|
|
fun memberInContext() {}
|
|
}
|
|
context(Context)
|
|
fun test() {
|
|
<expr>e</expr>
|
|
} |