Commit 3c686bd2 authored by Ian Lance Taylor's avatar Ian Lance Taylor

Match gccgo error message.

bug251.go:11:2: error: invalid recursive interface

R=rsc
CC=golang-dev
https://golang.org/cl/204052
parent 635093e4
......@@ -8,7 +8,7 @@ package main
type I1 interface {
m() I2
I2 // ERROR "loop"
I2 // ERROR "loop|interface"
}
type I2 interface {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment