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