KT-11990 J2K native to external conversion (#957)

This commit is contained in:
Simon Ogorodnik
2016-09-22 18:09:26 +03:00
committed by Dmitry Jemerov
parent 293d3b4320
commit ab2b6743df
7 changed files with 61 additions and 15 deletions
@@ -0,0 +1,6 @@
public class Foo {
private native final void nativeMethod();
public native final int getBar();
public native final void setBar(int bar);
}