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 f50b55c commit 64db3ebCopy full SHA for 64db3eb
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1358,6 +1358,8 @@ class Definitions {
1358
* - FunctionN for 22 > N >= 0 remains as FunctionN
1359
* - ContextFunctionN for N > 22 becomes FunctionXXL
1360
* - ContextFunctionN for N <= 22 becomes FunctionN
1361
+ * - ErasedFunctionN becomes Function0
1362
+ * - ImplicitErasedFunctionN becomes Function0
1363
* - anything else becomes a NoType
1364
*/
1365
def functionTypeErasure(cls: Symbol): Type =
0 commit comments