Extraction Engine: When extracting to enum class body, place new declaration after the last entry
#KT-9629 Fixed
This commit is contained in:
committed by
Alexey Sedunov
parent
40f2a983cc
commit
3fd6864461
@@ -31,6 +31,7 @@ internal open class D : I {
|
||||
|
||||
internal enum class E {
|
||||
;
|
||||
|
||||
fun foo(): Int {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user