File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -388,8 +388,10 @@ abstract class Tasty { tasty =>
388
388
389
389
def unapply (x : TypeTree )(implicit ctx : Context ): Boolean
390
390
391
+ /** TypeTree containing an inferred type */
391
392
val Synthetic : SyntheticExtractor
392
393
abstract class SyntheticExtractor {
394
+ /** Matches a TypeTree containing an inferred type */
393
395
def unapply (x : TypeTree )(implicit ctx : Context ): Boolean
394
396
}
395
397
@@ -456,8 +458,10 @@ abstract class Tasty { tasty =>
456
458
def unapply (x : TypeBoundsTree )(implicit ctx : Context ): Option [(TypeTree , TypeTree )]
457
459
}
458
460
461
+ /** TypeBoundsTree containing an inferred type bounds */
459
462
val SyntheticBounds : SyntheticBoundsExtractor
460
463
abstract class SyntheticBoundsExtractor {
464
+ /** Matches a TypeBoundsTree containing inferred type bounds */
461
465
def unapply (x : TypeBoundsTree )(implicit ctx : Context ): Boolean
462
466
}
463
467
You can’t perform that action at this time.
0 commit comments