/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue17111.go
16 строк
243 B
Josh Bleecher Snyder
cmd/compile: unwrap fewer CONVNOPs in staticassign
15 сен 2016, 17:08
15 сен 2016, 17:08
df2b63f
Код
Авторство
О чём код?
// compile // Copyright 2016 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 type I int var ( i int x = I(i) e interface{} = x )