/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug510.dir/a.go
13 строк
304 B
Ian Lance Taylor
test: add new test that gofrontend failed to handle
07 дек 2020, 20:29
07 дек 2020, 20:29
9c0e2db
Код
Авторство
О чём код?
// Copyright 2020 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 a import "reflect" type A = map[int] bool func F() interface{} { return reflect.New(reflect.TypeOf((*A)(nil))).Elem().Interface() }