Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f9ad0c0bf79eab445d91c2baa5ab471640e811f
/
.
/
analysis
/
low-level-api-fir
/
testData
/
contextCollector
/
contextReceiversClass.kt
blob: facd7802a57942def8e1e0dac9a18f337558cbe2 [
file
]
interface
Foo
{
fun foo
():
Int
}
context
(
Foo
)
class
Test
{
fun test
()
{
<expr>
foo
()</
expr
>
}
}