Skip to content

Commit 64db3eb

Browse files
committed
Bring back deleted doc comment
1 parent f50b55c commit 64db3eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,8 @@ class Definitions {
13581358
* - FunctionN for 22 > N >= 0 remains as FunctionN
13591359
* - ContextFunctionN for N > 22 becomes FunctionXXL
13601360
* - ContextFunctionN for N <= 22 becomes FunctionN
1361+
* - ErasedFunctionN becomes Function0
1362+
* - ImplicitErasedFunctionN becomes Function0
13611363
* - anything else becomes a NoType
13621364
*/
13631365
def functionTypeErasure(cls: Symbol): Type =

0 commit comments

Comments
 (0)