You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//> using scala 3.7.0-RC3
//> using option -Wvalue-discard
//> using option -Wnonunit-statement
//> using option -Wconf:msg=(unused.*value|discarded.*value|pure.*statement):error
//> using option -language:strictEquality
Minimized code
transparentinlinedeftoto:Any=1deftata:Unit=
toto
Output
{}
Expectation
[error] discarded non-Unit value of type Any. Add `: Unit` to discard silently.
[error] toto
[error] ^^^^
The text was updated successfully, but these errors were encountered:
Compiler version
Minimized code
Output
Expectation
The text was updated successfully, but these errors were encountered: