We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dadb5 commit fc451b3Copy full SHA for fc451b3
tests/warn/i24263.scala
@@ -0,0 +1,6 @@
1
+//> using options -Werror -Wunused:all
2
+
3
+object test {
4
+ def f(t: Tuple): Nothing = ???
5
+ val _ = (inputTuple: NamedTuple.NamedTuple[Tuple, Tuple]) => f(inputTuple)
6
+}
0 commit comments