IDEA-127077 (highlighting test)

This commit is contained in:
Roman Shevchenko
2014-07-21 16:08:23 +02:00
parent 4d7f4abc95
commit 322e539fc5

View File

@@ -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> { }