Files
2024-11-14 17:05:05 +00:00

7 lines
182 B
Java

class Foo {
/**
* <warning descr="'@throws' tag description is missing">@throws</warning> RuntimeException<error descr="Identifier expected">.</error>
*/
void foo() {
}
}