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