mirror of
https://github.com/golang/go.git
synced 2026-04-01 17:07:17 +09: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:
@@ -17,6 +17,6 @@ func main() {
|
||||
var i I
|
||||
|
||||
i = m
|
||||
i = t // ERROR "not a method"
|
||||
i = t // ERROR "not a method|has no methods"
|
||||
_ = i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user