Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
NativeMethod.java
blob: af504fd0897f2bbc4968bf36de628df0d10d0b62 [
file
]
package
test
;
public
class
NativeMethod
{
public
native
void
foo
();
}