Skip to content

Commit 5292999

Browse files
committed
Remove obsolete docs
1 parent 8fe1d75 commit 5292999

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

library/src/scala/tasty/reflect/Core.scala

-3
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ trait Core {
208208
* closure(m)
209209
* }
210210
*
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.
214211
*/
215212
type Closure = kernel.Closure
216213

library/src/scala/tasty/reflect/Kernel.scala

-3
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ trait Kernel {
444444
* closure(m)
445445
* }
446446
*
447-
* While a function literal is usually a block with the two parts,
448-
* in the Dotty compiler, the two parts may locate in a flattened
449-
* block and may not be consecutive.
450447
*/
451448
type Closure <: Term
452449

0 commit comments

Comments
 (0)