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