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