RemoveModifierFix: fix message for 'companion object'
#KT-35604 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3dc58bc995
commit
716036a000
@@ -0,0 +1,4 @@
|
||||
// "Make 'Foo' not open" "true"
|
||||
object Foo {
|
||||
fun a(): Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user