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