mirror of
https://github.com/github/semantic.git
synced 2025-01-08 00:16:53 +03:00
6 lines
79 B
Java
6 lines
79 B
Java
|
class Dino {
|
||
|
void normalError() {
|
||
|
error(TestException.class);
|
||
|
}
|
||
|
}
|