summaryrefslogtreecommitdiff
path: root/test/disabled/script/t1017.bat
blob: 0df49c663c36b260dd0db7bf511de87b2392b173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
::#!
::# t1017 - <description>.

@echo off
call scala -nocompdaemon %0 %*
goto :eof
::!#

def foo = {
  bar
}
    
var x = 1
    
def bar = 1