mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
187 B
Plaintext
Vendored
11 lines
187 B
Plaintext
Vendored
package test
|
|
|
|
public fun f(): kotlin.String
|
|
|
|
public/*package*/ open class Hello {
|
|
public/*package*/ constructor Hello()
|
|
|
|
// Static members
|
|
public open fun xx(): kotlin.Unit
|
|
}
|