Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
Hello.txt
blob: 72a5a73ccb6812806dec02a2448a2707d7180c5f [
file
]
package test
public fun f(): kotlin.String
public/*package*/ open class Hello {
public/*package*/ constructor Hello()
// Static members
public open fun xx(): kotlin.Unit
}