/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue47201.dir/b.go
9 строк
277 B
Dan Scales
test: re-enable a bunch of tests with types2
03 дек 2021, 19:24
03 дек 2021, 19:24
29483b3
Код
Авторство
О чём код?
// 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 main func Println() {} // ERROR "Println redeclared in this block|Println already declared" func main() {}