Files
kotlin-fork/j2k/testData/fileOrElement/function/nativeMethods.java
T
2016-09-22 18:09:26 +03:00

6 lines
151 B
Java
Vendored

public class Foo {
private native final void nativeMethod();
public native final int getBar();
public native final void setBar(int bar);
}