/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue18392.go
11 строк
251 B
Mark Freeman
go/types, types2: replace setDefType with pending type check
27 ноя 2025, 03:15
27 ноя 2025, 03:15
3531ac2
Код
Авторство
О чём код?
// errorcheck // Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p type A interface { // ERROR "invalid recursive type" Fn(A.Fn) }