/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug510.dir/b.go
14 строк
269 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 main import "./a" func main() { _, ok := a.F().(*map[int]bool) if !ok { panic("bad type") } }