/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue46556.go
16 строк
321 B
Matthew Dempsky
[dev.typeparams] cmd/compile: allow nil Syms in Sym.Less
03 июн 2021, 23:52
03 июн 2021, 23:52
026480d
Код
Авторство
О чём код?
// compile // Copyright 2021 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{} type B interface{} // Test that embedding both anonymous and defined types is supported. type C interface { A B }