mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
9 lines
236 B
Plaintext
Vendored
9 lines
236 B
Plaintext
Vendored
package test
|
|
|
|
public fun builder(/*0*/ c: suspend test.Controller.() -> kotlin.Unit): kotlin.Unit
|
|
|
|
public final class Controller {
|
|
/*primary*/ public constructor Controller()
|
|
public final suspend fun suspendFun(): kotlin.Unit
|
|
}
|