annotation class X(val s: String) // 1 @X("") // 2 /* 3 */ val foo: String get() { // 4 return "" }