Skip to content

Commit 6e4b6ba

Browse files
committed
Remove ErasedFunction
This can be removed now that the reference compiler no longer tries to load the symbol of `ErasedFunction`.
1 parent 94e960d commit 6e4b6ba

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
@@ -85,7 +85,6 @@ val experimentalDefinitionInLibrary = Set(
8585

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

0 commit comments

Comments
 (0)