blob: 70921f0ea496a2d7a83d1017980bdd24fe89fef1 [file]
// "Remove 'const' modifier" "true"
class Foo
object Test {
<caret>const val c = Foo()
}