Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
3d3ef80feae9fc7b6e2dfea89a0d542393872d1a
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
NativeMethod.txt
blob: b9df67c9af1a837f90c704391e39e04b63b54785 [
file
]
package test
public open class NativeMethod {
public constructor NativeMethod()
public open external fun foo(): kotlin.Unit
}