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