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 a76c359 commit 6577e2fCopy full SHA for 6577e2f
test/corpus/type_declarations.txt
@@ -349,6 +349,7 @@ Generic
349
350
type t<'a, 'b> = (array<'a>, array<'b>)
351
type t = result<(), string>
352
+type t<'a> = generic<'a> as 's
353
354
---
355
@@ -365,7 +366,15 @@ type t = result<(), string>
365
366
(type_identifier)
367
(type_arguments
368
(unit)
- (type_identifier)))))
369
+ (type_identifier))))
370
+
371
+ (type_declaration
372
+ (type_identifier)
373
+ (type_parameters (type_identifier))
374
+ (generic_type
375
376
+ (type_arguments (type_identifier))
377
+ (as_aliasing_type (type_identifier)))))
378
379
===========================================
380
Recursive
0 commit comments