Skip to content

Commit

Permalink
SIP 61 - update stdlibExperimentalDefinitions.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Oct 2, 2024
1 parent 5b253a0 commit 22bffe3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ val experimentalDefinitionInLibrary = Set(
"scala.quoted.runtime.Patterns$.higherOrderHoleWithTypes",

// New feature: SIP 57 - runtimeChecked replacement of @unchecked
"scala.Predef$.runtimeChecked", "scala.annotation.internal.RuntimeChecked"
"scala.Predef$.runtimeChecked", "scala.annotation.internal.RuntimeChecked",

// New feature: SIP 61 - @unroll annotation
"scala.annotation.unroll", "scala.annotation.internal.UnrollForwarder", "scala.annotation.internal.AbstractUnroll",
)


Expand Down

0 comments on commit 22bffe3

Please sign in to comment.