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