mirror of
https://github.com/golang/go
synced 2024-11-25 06:37:58 -07:00
Match gccgo error message.
bug251.go:11:2: error: invalid recursive interface R=rsc CC=golang-dev https://golang.org/cl/204052
This commit is contained in:
parent
635093e4b1
commit
3c686bd23f
@ -8,7 +8,7 @@ package main
|
|||||||
|
|
||||||
type I1 interface {
|
type I1 interface {
|
||||||
m() I2
|
m() I2
|
||||||
I2 // ERROR "loop"
|
I2 // ERROR "loop|interface"
|
||||||
}
|
}
|
||||||
|
|
||||||
type I2 interface {
|
type I2 interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user