Files
openide/java/java-tests/testData/codeInsight/generateJavadoc/after3.java
Alexey Kudravtsev d856e1330d moved to community
2010-08-25 14:37:23 +04:00

7 lines
116 B
Java

class Test {
/**
* <caret>
* @throws IOException
*/
public void foo() throws IOException {}
}