fix a forgotten flipping of the parameter name and type (#643)

This commit is contained in:
Jeremy G. Siek
2021-07-14 16:09:53 -04:00
committed by GitHub
parent 6bfb19c0d5
commit 2f950d279f
+1 -1
View File
@@ -296,7 +296,7 @@ call site.
```
// ERROR: can't determine `U` from explicit parameters
fn Illegal[Type:$ T, Type:$ U](x: T) -> U { ... }
fn Illegal[T:$ Type, U:$ Type](x: T) -> U { ... }
```
#### Generic type parameters