KT-18786: J2K should move all properties to top of class

#KT-18786 fixed
This commit is contained in:
Dimach
2017-07-14 03:01:39 +03:00
committed by Simon Ogorodnik
parent ccfcfd8721
commit a59021a25e
30 changed files with 117 additions and 103 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
internal object Util {
fun util1() {}
fun util2() {}
val CONSTANT = 10
fun util1() {}
fun util2() {}
}
+3 -3
View File
@@ -1,7 +1,7 @@
internal object Util {
val CONSTANT = 10
fun util1() {}
fun util2() {}
val CONSTANT = 10
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
internal object Util {
fun util1() {}
fun util2() {}
val CONSTANT = 10
}
fun util1() {}
fun util2() {}
}