|
16 | 16 | | ^^^^^^^
|
17 | 17 | |Deprecated syntax: infix named arguments lists are deprecated; since 3.7 it is interpreted as a single name tuple argument.
|
18 | 18 | |To avoid this warning, either remove the argument names or use dotted selection.
|
19 |
| - |This can be rewritten automatically under -rewrite -source 3.6-migration. |
| 19 | + |This can be rewritten automatically under -rewrite -source 3.7-migration. |
20 | 20 | -- [E204] Syntax Warning: tests/neg/infix-named-args.scala:5:26 --------------------------------------------------------
|
21 | 21 | 5 | def g = new C() `multi` (x = 42, y = 27) // werror
|
22 | 22 | | ^^^^^^^^^^^^^^^^
|
23 | 23 | |Deprecated syntax: infix named arguments lists are deprecated; since 3.7 it is interpreted as a single name tuple argument.
|
24 | 24 | |To avoid this warning, either remove the argument names or use dotted selection.
|
25 |
| - |This can be rewritten automatically under -rewrite -source 3.6-migration. |
| 25 | + |This can be rewritten automatically under -rewrite -source 3.7-migration. |
26 | 26 | -- [E204] Syntax Warning: tests/neg/infix-named-args.scala:6:21 --------------------------------------------------------
|
27 | 27 | 6 | def h = new C() ** (x = 42, y = 27) // werror
|
28 | 28 | | ^^^^^^^^^^^^^^^^
|
29 | 29 | |Deprecated syntax: infix named arguments lists are deprecated; since 3.7 it is interpreted as a single name tuple argument.
|
30 | 30 | |To avoid this warning, either remove the argument names or use dotted selection.
|
31 |
| - |This can be rewritten automatically under -rewrite -source 3.6-migration. |
| 31 | + |This can be rewritten automatically under -rewrite -source 3.7-migration. |
32 | 32 | -- [E204] Syntax Warning: tests/neg/infix-named-args.scala:13:18 -------------------------------------------------------
|
33 | 33 | 13 | def f = this ** (x = 2) // werror
|
34 | 34 | | ^^^^^^^
|
35 | 35 | |Deprecated syntax: infix named arguments lists are deprecated; since 3.7 it is interpreted as a single name tuple argument.
|
36 | 36 | |To avoid this warning, either remove the argument names or use dotted selection.
|
37 |
| - |This can be rewritten automatically under -rewrite -source 3.6-migration. |
| 37 | + |This can be rewritten automatically under -rewrite -source 3.7-migration. |
0 commit comments