Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javaDoc/Exception2.java

6 lines
107 B
Java

class Test {
/**
* @throws IllegalArgumentException sometimes
*/
public void foo() {}
}