Commit 34f3993
authored
Fix nightly build by updating a named tuple test with language import (scala#22059)
Because of the change from scala#22045, the test
`tests/pos/named-tuple-downcast.scala` from scala#22028 need to be updated
with `import scala.language.experimental.namedTuples`.
Fix scala#220581 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments