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 12e0e3e commit 114a5baCopy full SHA for 114a5ba
library/src/scala/tasty/reflect/Core.scala
@@ -311,7 +311,10 @@ trait Core {
311
/** Type tree representing a type bound written in the source */
312
type TypeBoundsTree <: TypeOrBoundsTree
313
314
- /** Type tree representing wildcard type bounds written in the source */
+ /** Type tree representing wildcard type bounds written in the source.
315
+ * The wildcard type `_` (for example in in `List[_]`) will be a type tree that
316
+ * represents a type but has `TypeBound`a inside.
317
+ */
318
type WildcardType <: TypeOrBoundsTree
319
320
/** Type or bounds */
0 commit comments