Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4fb420f3f193efd659908a29789182d7973897e4
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
static
/
Simple.txt
blob: c44bc2960a8dd890fb28ff47ab03e835b19ec1e3 [
file
]
package test
public open class Simple {
public constructor Simple()
public open fun foo(): kotlin.Unit
// Static members
public open fun bar(): kotlin.Unit
}