[Analysis API] Allow handling scopes from KtScopeContext separately
^KT-55527
This commit is contained in:
committed by
teamcity
parent
d89d774411
commit
4b7164a557
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class Context {
|
||||
fun memberInContext() {}
|
||||
}
|
||||
context(Context)
|
||||
fun test() {
|
||||
<expr>e</expr>
|
||||
}
|
||||
Reference in New Issue
Block a user