Files
kotlin-fork/nj2k/testData/newJ2k/function/nativeMethods.java
T
2019-04-03 11:24:19 +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);
}