Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
contextCollector
/
contextReceivers.kt
blob: 14ea99ba14a17dbe5d975bed3d46e8573de669a4 [
file
]
interface
Foo
{
fun foo
():
Int
}
interface
Bar
{
fun bar
():
Int
}
context
(
Foo
,
Bar
)
fun test
()
{
<expr>
foo
()
+
bar
()</
expr
>
}