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 c01d596 commit 582228bCopy full SHA for 582228b
library/src/scala/runtime/stdLibPatches/Predef.scala
@@ -3,7 +3,7 @@ package scala.runtime.stdLibPatches
3
object Predef:
4
import compiletime.summonFrom
5
6
- transparent inline def assert(inline assertion: Boolean, inline message: => Any): Unit =
+ transparent inline def assert(inline assertion: Boolean, inline message: Any): Unit =
7
if !assertion then scala.runtime.Scala3RunTime.assertFailed(message)
8
9
transparent inline def assert(inline assertion: Boolean): Unit =
0 commit comments