missing file

This commit is contained in:
Stepan Koltsov
2012-06-14 18:49:31 +04:00
parent 3546a9ff54
commit 85737609b2
+7
View File
@@ -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