mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
9 lines
354 B
Plaintext
Vendored
9 lines
354 B
Plaintext
Vendored
package test
|
|
|
|
public /*synthesized*/ fun SelfAsParameter(/*0*/ function: (test.SelfAsParameter!) -> kotlin.Unit): test.SelfAsParameter
|
|
|
|
public interface SelfAsParameter {
|
|
public final /*synthesized*/ fun foo(/*0*/ p0: ((test.SelfAsParameter!) -> kotlin.Unit)!): kotlin.Unit
|
|
public abstract fun foo(/*0*/ p0: test.SelfAsParameter!): kotlin.Unit
|
|
}
|