blob: c088212e7948dd5b867106ad7478f1b199435ae2 [file] [log] [blame]
class Annotation {
@interface Inner {
double bar () default 0.0;
}
}