mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
239 B
Plaintext
Vendored
11 lines
239 B
Plaintext
Vendored
package test
|
|
|
|
public fun ff(/*0*/ kotlin.collections.List<kotlin.String>): kotlin.Int
|
|
|
|
public/*package*/ open class ListString {
|
|
public/*package*/ constructor ListString()
|
|
|
|
// Static members
|
|
public open fun gg(): kotlin.Unit
|
|
}
|