1
0
mirror of https://github.com/golang/go synced 2024-11-26 13:38:20 -07:00
go/test/interface
Ian Lance Taylor 3321470488 Recognize gccgo error message.
explicit.go:21:5: error: incompatible types in assignment (need explicit conversion)
   explicit.go:26:5: error: incompatible types in assignment (type has no methods)
   explicit.go:27:5: error: incompatible types in assignment (need explicit conversion)
   explicit.go:30:6: error: incompatible types in assignment (need explicit conversion; missing method ‘N’)
   explicit.go:33:7: error: invalid type conversion (need explicit conversion; missing method ‘N’)
   explicit.go:36:5: error: incompatible types in assignment

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=31805
CL=31807
2009-07-17 16:12:29 -07:00
..
bigdata.go
convert1.go
convert2.go another interface conversion test 2009-05-22 09:53:37 -07:00
convert.go
embed.go
explicit.go Recognize gccgo error message. 2009-07-17 16:12:29 -07:00
fail.go
fake.go update tests for new reflect 2009-07-07 11:04:51 -07:00
pointer.go
receiver1.go
receiver.go
recursive.go
returntype.go
struct.go