blob: facd7802a57942def8e1e0dac9a18f337558cbe2 [file]
interface Foo {
fun foo(): Int
}
context(Foo)
class Test {
fun test() {
<expr>foo()</expr>
}
}