Skip to content

Commit

Permalink
fix: Fix patches for LazyVals applied to Scala 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Mar 27, 2024
1 parent efabf74 commit e348586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalalib/overrides-3.3/scala/runtime/LazyVals.scala.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import scala.annotation.*

+import scala.scalanative.runtime.*
+import scala.scalanative.meta.LinktimeInfo.isMultithreadingEnabled
+
/**
* Helper methods used in thread-safe lazy vals.
Expand Down

0 comments on commit e348586

Please sign in to comment.