mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
9 lines
319 B
Plaintext
Vendored
9 lines
319 B
Plaintext
Vendored
package test
|
|
|
|
public open class SeveralSamParameters {
|
|
public constructor SeveralSamParameters()
|
|
|
|
// Static members
|
|
public open fun findMaxAndInvokeCallback(/*0*/ p0: java.util.Comparator<kotlin.String!>!, /*1*/ p1: kotlin.String!, /*2*/ p2: kotlin.String!, /*3*/ p3: java.lang.Runnable!): kotlin.String!
|
|
}
|