summaryrefslogtreecommitdiff
path: root/test/disabled/script/t1017.bat
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/script/t1017.bat')
-rwxr-xr-xtest/disabled/script/t1017.bat15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/disabled/script/t1017.bat b/test/disabled/script/t1017.bat
new file mode 100755
index 0000000000..369dbd2aca
--- /dev/null
+++ b/test/disabled/script/t1017.bat
@@ -0,0 +1,15 @@
+::#!
+::# t1017 - <description>.
+
+@echo off
+call scala -nocompdaemon %0 %*
+goto :eof
+::!#
+
+def foo = {
+ bar
+}
+
+var x = 1
+
+def bar = 1