Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
contextualFunctions
/
Signature.kt
blob: d54c1341464c18fd8ee5066a3b564490bd9ffdaf [
file
]
// !LANGUAGE: +ContextReceivers
// TARGET_BACKEND: JVM_IR
package
test
interface
C1
interface
C2
interface
R
interface
P1
interface
P2
context
(
C1
,
C2
)
fun R
.
f
(
p1
:
P1
,
p2
:
P2
)
{}