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