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
|
|
}
|