mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
9 lines
350 B
Plaintext
9 lines
350 B
Plaintext
package test
|
|
|
|
public /*synthesized*/ fun SelfAsParameter(/*0*/ function: (test.SelfAsParameter?) -> kotlin.Unit): test.SelfAsParameter
|
|
|
|
public trait SelfAsParameter {
|
|
public final /*synthesized*/ fun foo(/*0*/ p0: ((test.SelfAsParameter?) -> kotlin.Unit)?): kotlin.Unit
|
|
public abstract fun foo(/*0*/ p0: test.SelfAsParameter?): kotlin.Unit
|
|
}
|