/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue60991.go
13 строк
242 B
Cuong Manh Le
types2, go/types: record final type for min/max arguments
26 июн 2023, 20:08
26 июн 2023, 20:08
b3ca8d2
Код
Авторство
О чём код?
// build // Copyright 2023 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 import "math" func f() { _ = min(0.1, 0.2, math.Sqrt(1)) }