Extraction Engine: When extracting to enum class body, place new declaration after the last entry

#KT-9629 Fixed
This commit is contained in:
Alexey Sedunov
2015-10-20 19:09:27 +03:00
committed by Alexey Sedunov
parent 40f2a983cc
commit 3fd6864461
7 changed files with 67 additions and 11 deletions
+1
View File
@@ -31,6 +31,7 @@ internal open class D : I {
internal enum class E {
;
fun foo(): Int {
return 0
}