KT-11990 J2K native to external conversion (#957)
This commit is contained in:
committed by
Dmitry Jemerov
parent
293d3b4320
commit
ab2b6743df
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user