compiler-design-eth/javali_tests/HW3_nop90/EntrypointTests/ErrorMainWithParams.javali

5 lines
96 B
Text
Raw Permalink Normal View History

2020-01-15 22:32:25 +01:00
// Error: the main method must have no arguments
class Main {
void main(Object[] args) {}
}