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