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 cc87f35 commit 5aef5a2Copy full SHA for 5aef5a2
tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
@@ -76,6 +76,11 @@ val experimentalDefinitionInLibrary = Set(
76
// Need experimental annotation macros to check that design works.
77
"scala.quoted.Quotes.reflectModule.ClassDefModule.apply",
78
"scala.quoted.Quotes.reflectModule.SymbolModule.newClass",
79
+
80
+ //// New extension methods: Explicit Nulls
81
+ // Should be stabilized in 3.2.0.
82
+ "scala.Predef$.eq",
83
+ "scala.Predef$.ne",
84
)
85
86
0 commit comments