Skip to content

Commit 52a5ca7

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 6e45dd7 commit 52a5ca7

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

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

0 commit comments

Comments
 (0)