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