1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
semantic/test/fixtures/java/corpus/ClassLiteral.A.java
2018-07-24 18:31:09 -04:00

6 lines
79 B
Java

class Dino {
void normalError() {
error(TestException.class);
}
}