Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
contextualFunctions
/
Signature.kt
blob: ecaf0df3c19fe87a08ce0a2cda92ffd9fea0b531 [
file
]
// LANGUAGE: +ContextReceivers, -ContextParameters
// 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
)
{}