aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue14652.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue14652.go')
-rw-r--r--test/fixedbugs/issue14652.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue14652.go b/test/fixedbugs/issue14652.go
index d53b412668..14a223977b 100644
--- a/test/fixedbugs/issue14652.go
+++ b/test/fixedbugs/issue14652.go
@@ -6,4 +6,4 @@
package p
-var x any // ERROR "undefined: any|undefined type .*any.*"
+var x any // ERROR "undefined: any|undefined type .*any.*|cannot use any outside constraint position"