Fix javac tests (add separate descriptor rendering)

This commit is contained in:
Stanislav Erokhin
2017-10-05 01:34:50 +03:00
parent 208051b314
commit 4c456983eb
4 changed files with 222 additions and 0 deletions
@@ -1,5 +1,6 @@
// !LANGUAGE: +ProhibitInnerClassesOfGenericClassExtendingThrowable
// !DIAGNOSTICS: -UNUSED_VARIABLE
// JAVAC_EXPECTED_FILE
class OuterGeneric<T> {
inner <!INNER_CLASS_OF_GENERIC_THROWABLE_SUBCLASS!>class ErrorInnerExn<!> : Exception()