/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue79258.go
11 строк
276 B
Youlin Feng
cmd/compile: fixed error message about println says print
12 май 2026, 23:04
12 май 2026, 23:04
f552547
Код
Авторство
О чём код?
// errorcheck -std // Copyright 2026 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 main() { println([1]byte{}) // ERROR "illegal types for operand: println" }