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 b69e7fa commit 6a3e98dCopy full SHA for 6a3e98d
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