summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javadocDeclaration/SnippetInstructionsWithUnhandledThrowable.java
blob: 21708b43c196252b74700a7edacd44e1f3c9d354 (plain)
1
2
3
4
5
6
7
/** {@snippet :
 * FileInputStream is = new FileInputStream("hello.world");
 * int r = is.read();
 * }
 */
class A {
}