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