Skip to content

Commit 4f9b945

Browse files
evangirardinolhotak
authored andcommitted
Ditto
1 parent 632ddd4 commit 4f9b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flexible-types/run/array/Test.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Foo {
1313

1414

1515
object Test {
16-
def main() = {
16+
def main(args: Array[String]): Unit = {
1717
val i : Integer = new Integer(3) // Constructor with non-ref arg
1818
val s1 : String | Null = new String("abc") // Constructor with ref arg
1919
val s2 : String = new String("abc") // Constructor with ref arg, not null

0 commit comments

Comments
 (0)