aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-05-17 11:46:45 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-05-17 11:46:45 +0200
commit90c54c496b268f0977517448e8f7de54e93b975d (patch)
tree4484f5d55f49fc5a274602ed306356f4973740d1 /pkg/compiler/testdata/errors.txt
parent256b70f9cfff65292358cf8c0b9d2611db56c326 (diff)
pkg/compiler: detect duplicate fields in template structs
Diffstat (limited to 'pkg/compiler/testdata/errors.txt')
-rw-r--r--pkg/compiler/testdata/errors.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt
index 2d61d9e76..750916a83 100644
--- a/pkg/compiler/testdata/errors.txt
+++ b/pkg/compiler/testdata/errors.txt
@@ -288,6 +288,7 @@ type templ_struct0[A, B] {
type templ_struct1[STR] {
f string[STR, 40]
+ f int32 ### duplicate field f in template struct templ_struct1
}
type templ_struct2[A] {