mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
package test
|
|
|
|
public /*synthesized*/ fun SelfAsParameter(/*0*/ function: (test.SelfAsParameter?) -> jet.Unit): test.SelfAsParameter
|
|
|
|
public trait SelfAsParameter : java.lang.Object {
|
|
public abstract /*synthesized*/ fun foo(/*0*/ p0: ((test.SelfAsParameter?) -> jet.Unit)?): jet.Unit
|
|
public abstract fun foo(/*0*/ p0: test.SelfAsParameter?): jet.Unit
|
|
}
|