fix(generic-spacing): avoid overriding extends
This commit is contained in:
@@ -9,6 +9,7 @@ type Foo<
|
||||
T = true,
|
||||
K = false
|
||||
> = T`,
|
||||
'type Foo<T extends true = true> = T',
|
||||
]
|
||||
const invalids = [
|
||||
['type Foo<T=true> = T', 'type Foo<T = true> = T'],
|
||||
|
||||
Reference in New Issue
Block a user