diff options
Diffstat (limited to 'src/cmd/compile/internal/syntax/testdata/tparams.go')
| -rw-r--r-- | src/cmd/compile/internal/syntax/testdata/tparams.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/syntax/testdata/tparams.go b/src/cmd/compile/internal/syntax/testdata/tparams.go index 671833f931..646fbbebc8 100644 --- a/src/cmd/compile/internal/syntax/testdata/tparams.go +++ b/src/cmd/compile/internal/syntax/testdata/tparams.go @@ -21,7 +21,7 @@ func f[ /* ERROR empty type parameter list */ ]() func f[a, b /* ERROR missing type constraint */ ]() func f[a t, b t, c /* ERROR missing type constraint */ ]() -func f[a b, /* ERROR expecting ] */ 0] () +func f[a b, /* ERROR expected ] */ 0] () // issue #49482 type ( |
