/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue23414.go
13 строк
242 B
Matthew Dempsky
cmd/compile: fix typechecking of untyped boolean expressions
15 фев 2018, 04:00
15 фев 2018, 04:00
d3f6d11
Код
Авторство
О чём код?
// compile // Copyright 2018 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 var x struct{} func f() bool { return x == x && x == x }