mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Migrate Java code to separate QL repo.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import java.lang.SuppressWarnings;
|
||||
|
||||
public class AnnotationTest {
|
||||
@SuppressWarnings("unchecked")
|
||||
public static class AnnotatedClass {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
AnnotatedClass.class.getAnnotation(SuppressWarnings.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user