Skip to content

Commit 5fcb578

Browse files
committed
Expand test
1 parent 46b25f5 commit 5fcb578

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pos/i7421.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ object Main {
77
} else {
88
println("Hello world!")
99
}
10+
if (args.length > 0)
11+
{
12+
println(args)
13+
} else {
14+
println("Hello world!")
15+
}
1016
}
1117
}

0 commit comments

Comments
 (0)