Update to go1.24.0
This commit is contained in:
@@ -6,4 +6,4 @@ package b
|
||||
|
||||
import "./a"
|
||||
|
||||
type T a.T[T] // ERROR "invalid recursive type T\n.*T refers to\n.*a\.T refers to\n.*T"
|
||||
type T a.T[T] // ERROR "invalid recursive type T\n.*T refers to a\.T\n.*a\.T refers to T"
|
||||
|
||||
Reference in New Issue
Block a user