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