Skip to content

Commit 426b54e

Browse files
committed
Add import back.
Needed because the test is also run in neg wihtout command line option.
1 parent e5a54e8 commit 426b54e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/neg/autoTuplingTest.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import language.noAutoTupling
2+
13
object autoTuplingNeg2 {
24

35
val x = Some(1, 2) // error: too many arguments for method apply: (x: A)Some[A]

0 commit comments

Comments
 (0)