/
githubmirror
/
panama-vector
Обзор
Документация
Войти
/
githubmirror
/
panama-vector
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/langtools/tools/javac/IllegalAnnotation.java
12 строк
318 B
Vicente Romero
8255013: implement Record Classes as a standard feature in Java, follow-up
28 окт 2020, 20:18
28 окт 2020, 20:18
8bde2f4
Код
Авторство
О чём код?
/** * @test /nodynamiccopyright/ * @bug 5012028 6384539 8074364 8250741 8246774 * @summary javac crash when declare an annotation type illegally * * @compile/fail/ref=IllegalAnnotation.out -XDrawDiagnostics IllegalAnnotation.java */ class IllegalAnnotation { { @interface SomeAnnotation { } } }