Skip to content

Commit 8ae80fe

Browse files
committed
Remove ErasedFunction
This can be removed now that the reference compiler (3.4.0) no longer tries to load the symbol of `ErasedFunction`. Follow up of #18295
1 parent aeb5836 commit 8ae80fe

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

library/src/scala/runtime/ErasedFunction.scala

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ val experimentalDefinitionInLibrary = Set(
8686

8787
// New feature: functions with erased parameters.
8888
// Need erasedDefinitions enabled.
89-
"scala.runtime.ErasedFunction", // will be removed (now using PolyFunction)
9089
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.erasedParams",
9190
"scala.quoted.Quotes.reflectModule.MethodTypeMethods.hasErasedParams",
9291
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.erasedArgs",

0 commit comments

Comments
 (0)