Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
StubOrderForOverloads.kt
blob: 753a0e96c9c102c45ec98e6cdaf1c7e8093beee1 [
file
]
// A
class
A
{
fun foo
(
p1
:
P
?,
p2
:
P
?)
{}
fun foo
(
listener
:
suspend RS
.(
P
?,
P
?)
->
Unit
)
{}
}
interface
P
interface
RS
// WITH_STDLIB
// FIR_COMPARISON