Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Method.txt
blob: e8bede99892a06e5963e1ee0576eb526da64f9dd [
file
]
package test
public fun method(): kotlin.String!
public/*package*/ open class Method {
public/*package*/ constructor Method()
// Static members
public open fun method(): kotlin.String!
}