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