Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
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
}