Add / preserve semicolon after empty companion object #KT-21179 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
45e5cc190f
commit
0eec3ef1f8
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
companion object <caret>{}
|
||||
|
||||
init {}
|
||||
}
|
||||
|
||||
fun Test.Companion.foo() {}
|
||||
Reference in New Issue
Block a user