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 4d07f58 commit 850f77eCopy full SHA for 850f77e
library/src/scala/runtime/stdLibPatches/Predef.scala
@@ -63,7 +63,7 @@ object Predef:
63
inline def ne(inline y: AnyRef | Null): Boolean =
64
!(x eq y)
65
66
- extension (inline opt: Option.type)
+ extension (opt: Option.type)
67
@experimental
68
inline def fromNullable[T](t: T | Null): Option[T] = Option(t).asInstanceOf[Option[T]]
69
end Predef
0 commit comments