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
+8
View File
@@ -0,0 +1,8 @@
// ERROR: Property must be initialized or be abstract
class Foo {
private external fun nativeMethod()
var bar: Int
external get
external set
}