7 lines
81 B
Java
7 lines
81 B
Java
|
// PA1 parse stmt fail
|
||
|
class IllegalStmt {
|
||
|
void main () {
|
||
|
this;
|
||
|
}
|
||
|
}
|