Files

6 lines
126 B
Java

import foo.bar.*;
class Main {
void foo() throws ReflectiveOperationException {
Test.class.getAnnotation(<caret>);
}
}