/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue10066.go
10 строк
306 B
Shenghou Ma
cmd/internal/gc: do not show original expression for constants in export data
05 мар 2015, 06:40
05 мар 2015, 06:40
f09887c
Код
Авторство
О чём код?
// compiledir // Copyright 2015 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. // Issue 10066: constants are printed in the original form // in export data. This is the opposite of issue 9076. package ignored