mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-01 15:51:52 +00:00
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
package test
|
|
|
|
public /*synthesized*/ fun SubstitutedSamInterface(/*0*/ function: (kotlin.String!, kotlin.String!) -> kotlin.Int): test.SubstitutedSamInterface
|
|
|
|
public trait SubstitutedSamInterface : java.util.Comparator<kotlin.String!> {
|
|
public abstract override /*1*/ /*fake_override*/ fun compare(/*0*/ p0: kotlin.String!, /*1*/ p1: kotlin.String!): kotlin.Int
|
|
}
|