diff --git a/compiler/testData/repl/syntaxErrors.repl b/compiler/testData/repl/syntaxErrors.repl new file mode 100644 index 00000000000..8158f85fd94 --- /dev/null +++ b/compiler/testData/repl/syntaxErrors.repl @@ -0,0 +1,7 @@ +>>> )( +ERROR: /line1.ktscript: (1, 1) Expecting an element +ERROR: /line1.ktscript: (1, 3) Expecting an expression +>>> fun foo() = 98 +null +>>> foo() +98