mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
[java] highlighting on generic throw types (IDEA-175073)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
static class MyThrowable<T> extends <error descr="Generic class may not extend 'java.lang.Throwable'">Throwable</error> { }
|
||||
void test() throws <error descr="Generic class may not extend 'java.lang.Throwable'">MyThrowable<Integer></error> { }
|
||||
}
|
||||
Reference in New Issue
Block a user