We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe1d75 commit 5292999Copy full SHA for 5292999
library/src/scala/tasty/reflect/Core.scala
@@ -208,9 +208,6 @@ trait Core {
208
* closure(m)
209
* }
210
*
211
- * While a function literal is usually a block with the two parts,
212
- * in the Dotty compiler, the two parts may locate in a flattened
213
- * block and may not be consecutive.
214
*/
215
type Closure = kernel.Closure
216
library/src/scala/tasty/reflect/Kernel.scala
@@ -444,9 +444,6 @@ trait Kernel {
444
445
446
447
448
449
450
451
type Closure <: Term
452
0 commit comments