KT-18786: J2K should move all properties to top of class
#KT-18786 fixed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
internal object F {
|
||||
var i: Int? = 0
|
||||
|
||||
//c1
|
||||
|
||||
@@ -13,7 +14,6 @@ internal object F {
|
||||
//c4
|
||||
|
||||
fun f2() {}
|
||||
var i: Int? = 0
|
||||
|
||||
fun f3() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user