Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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