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