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