Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions library/src/scala/annotation/strictfp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ import scala.language.`2.13`
* the strictfp flag will be emitted.
*/
@deprecatedInheritance("Scheduled for being final in the future", "2.13.0")
@deprecated("As of JDK 17, all floating-point expressions are evaluated strictly and 'strictfp' is not required", "3.8.0")
class strictfp extends scala.annotation.StaticAnnotation
Loading