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

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

case class Test(one : Int, two : Int)
object Test{
 def apply(one : Int): Test = Test(one, 2);
}