Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/contextReceiver.kt
T
2023-03-20 22:04:48 +00:00

7 lines
97 B
Kotlin
Vendored

class Context {
fun memberInContext() {}
}
context(Context)
fun test() {
<expr>e</expr>
}