generated from rnentjes/kotlin-server-web-undertow
Remove legacy JVM-specific file system, shell, and related implementations; migrate to platform-agnostic and common main modules.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package mtmc.lang.sea.ast;
|
||||
|
||||
import mtmc.lang.sea.Token;
|
||||
|
||||
public final class StatementContinue extends Statement {
|
||||
public StatementContinue(Token continueToken) {
|
||||
super(continueToken, continueToken);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user