From 85737609b251fb336696c04d02a2b43fb6f91a85 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Thu, 14 Jun 2012 18:49:31 +0400 Subject: [PATCH] missing file --- compiler/testData/repl/syntaxErrors.repl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compiler/testData/repl/syntaxErrors.repl 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