IDEA-87252 (a couple more javadoc tests)

This commit is contained in:
Roman Shevchenko
2015-07-06 18:33:32 +03:00
parent 73f91cf201
commit a9bbf772d6
2 changed files with 39 additions and 24 deletions

View File

@@ -8,7 +8,12 @@ class Foo {
void foo(int i) {}
/**
* {<warning>@linke</warning>}
*/
* {<warning>@linke</warning>}
*/
int field;
/**
* Don't ever think of going here: {<warning>@link/login</warning>}
*/
void m() {}
}