mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
IDEA-127077 (highlighting test)
This commit is contained in:
@@ -114,6 +114,7 @@ class Outer {
|
||||
void <error descr="Annotations are not allowed here">@TA</error> misplaced() { }
|
||||
|
||||
@TA Outer() { }
|
||||
<T> <error descr="Annotations are not allowed here">@TA</error> Outer(T t) { }
|
||||
|
||||
class MyClass<@TA @TPA T> { }
|
||||
interface MyInterface<@TA @TPA E> { }
|
||||
|
||||
Reference in New Issue
Block a user