mirror of
https://github.com/golang/go
synced 2024-11-22 00:54:43 -07:00
Match gccgo error message.
bug231.go:20:4: error: incompatible types in assignment (type has no methods) R=rsc CC=golang-dev https://golang.org/cl/194156
This commit is contained in:
parent
5163d50c7d
commit
f4d714ca2d
@ -17,6 +17,6 @@ func main() {
|
|||||||
var i I
|
var i I
|
||||||
|
|
||||||
i = m
|
i = m
|
||||||
i = t // ERROR "not a method"
|
i = t // ERROR "not a method|has no methods"
|
||||||
_ = i
|
_ = i
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user