/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue42790.go
9 строк
235 B
Robert Griesemer
go/types: fix incorrect string(int) conversion (regression)
24 ноя 2020, 03:50
24 ноя 2020, 03:50
762eda3
Код
Авторство
О чём код?
// compile // 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 p const _ = -uint(len(string(1<<32)) - len("\uFFFD"))