blob: b88d56687be650138c22716be0b3b77ce5f3f75a [file] [log] [blame]
// "Add import for 'test.Bar.Foo'" "true"
package test;
class Bar {
public static @interface Foo {}
}
@Bar.<caret>Foo
public class OOO {
}