mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue