mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
8 lines
222 B
Plaintext
Vendored
8 lines
222 B
Plaintext
Vendored
package
|
|
|
|
package a {
|
|
public fun </*0*/ T> emptyList(): kotlin.collections.List<T>
|
|
public fun </*0*/ T> foo(/*0*/ f: T.() -> kotlin.Unit, /*1*/ l: kotlin.collections.List<T>): T
|
|
public fun test(): kotlin.Unit
|
|
}
|