blob: efcf43aff1277a1f1f785380890144477f6c6649 [file]
// "Change 'object' to 'class'" "true"
annotation class Ann
// comment
@Ann
object Foo(val s: String) : Any() {
<caret>constructor() : this("")
}