Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javadocDeclaration/Exception4.java
Alexandr Suhinin 4ded859fcc [javadoc inspection]: fix unrelated tests for "JavadocDeclaration"
GitOrigin-RevId: bcd2694ca67951f18f4b87bd2a34d6d2ae585281
2022-02-07 09:48:48 +00:00

6 lines
191 B
Java

class Test {
/**
* @throws <warning descr="Class java.lang.Integer is not a descendant of Throwable">Integer</warning> sometimes
*/
public void foo() throws Exception {}
}