// "Change object to class" "true" annotation class Ann // comment @Ann object Foo(val s: String) : Any() { constructor() : this("") }