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