Skip to content

Commit 5aef5a2

Browse files
committed
add eq and ne extension methods to stdlibExperimentalDefinitions.scala
1 parent cc87f35 commit 5aef5a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ val experimentalDefinitionInLibrary = Set(
7676
// Need experimental annotation macros to check that design works.
7777
"scala.quoted.Quotes.reflectModule.ClassDefModule.apply",
7878
"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",
7984
)
8085

8186

0 commit comments

Comments
 (0)