Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
contextualFunctions
/
Signature.kt
blob: a3b07524a3b8304c0ac67283b4933ba925a87d9b [
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
)
{}