KT-18786: J2K should move all properties to top of class
#KT-18786 fixed
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
internal class Library {
|
||||
fun call() {}
|
||||
|
||||
val string: String
|
||||
get() = ""
|
||||
|
||||
fun call() {}
|
||||
}
|
||||
|
||||
internal class User {
|
||||
|
||||
Reference in New Issue
Block a user