KT-18786: J2K should move all properties to top of class
#KT-18786 fixed
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
class Foo {
|
||||
private external fun nativeMethod()
|
||||
|
||||
var bar: Int
|
||||
external get
|
||||
external set
|
||||
|
||||
private external fun nativeMethod()
|
||||
}
|
||||
Reference in New Issue
Block a user