1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 00:16:53 +03:00
semantic/test/fixtures/java/corpus/ClassLiteral.A.java

6 lines
79 B
Java
Raw Normal View History

2018-07-17 22:51:24 +03:00
class Dino {
void normalError() {
error(TestException.class);
}
}