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 10762e8 commit c7a250aCopy full SHA for c7a250a
tests/pos/tasty/definitions.scala
@@ -95,7 +95,7 @@ object definitions {
95
case Select(prefix: Term, name: String)
96
case Singleton(ref: Term)
97
case Refined(underlying: TypeTree, refinements: List[Definition])
98
- case Applied(tycon: TypeTree, args: List[TypeTree])
+ case Applied(tycon: TypeTree, args: List[TypeTree | TypeBoundsTree])
99
case Annotated(tpt: TypeTree, annotation: Term)
100
case And(left: TypeTree, right: TypeTree)
101
case Or(left: TypeTree, right: TypeTree)
0 commit comments