]> Cypherpunks repositories - gostls13.git/commitdiff
A comparison of two values with a type equivalent to string
authorIan Lance Taylor <iant@golang.org>
Thu, 14 May 2009 13:25:40 +0000 (06:25 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 14 May 2009 13:25:40 +0000 (06:25 -0700)
gives an type mismatch error, although both values appear to
have the same type.

R=ken,rsc
DELTA=23  (23 added, 0 deleted, 0 changed)
OCL=28786
CL=28805

test/bugs/bug151.go [new file with mode: 0644]
test/golden.out

diff --git a/test/bugs/bug151.go b/test/bugs/bug151.go
new file mode 100644 (file)
index 0000000..46546df
--- /dev/null
@@ -0,0 +1,21 @@
+// $G $D/$F.go || echo BUG: bug151
+
+// Copyright 2009 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package main
+
+type S string
+
+type Empty interface {}
+
+func (v S) Less(e Empty) bool {
+       return v < e.(S);
+}
+
+/*
+bugs/bug151.go:10: illegal types for operand: CALL
+       string
+       S
+*/
index 4b3221c6eccd681172d84b89bd1b5ecabe4bc341..7337d648a8d7203ed0dcab5583db1c64fed18d42 100644 (file)
@@ -109,6 +109,12 @@ BUG: should compile
 bugs/bug150.go:13: reorder2: too many funcation calls evaluating parameters
 BUG: bug150
 
+=========== bugs/bug151.go
+bugs/bug151.go:10: illegal types for operand: CALL
+       string
+       S
+BUG: bug151
+
 =========== fixedbugs/bug016.go
 fixedbugs/bug016.go:7: constant -3 overflows uint