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