blob: b9ea90a0502ecd0e0028199dd4c77e5fd387e712 [file] [log] [blame]
// "Iterate" "false"
class Test {
void foo() {
final Annotation[] annotations = getClass().getAnnotat<caret>ions();
}
}