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:
7
src/jvmMain/java/mtmc/lang/sea/ast/SyntaxError.java
Normal file
7
src/jvmMain/java/mtmc/lang/sea/ast/SyntaxError.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package mtmc.lang.sea.ast;
|
||||
|
||||
import mtmc.lang.ParseException;
|
||||
|
||||
public interface SyntaxError extends Error {
|
||||
ParseException exception();
|
||||
}
|
||||
Reference in New Issue
Block a user