Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javadocDeclaration/Exception4.java
T
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 {}
}