Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/Hello.txt
2015-06-01 19:23:07 +03:00

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
}