/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue15646.go
9 строк
291 B
Robert Griesemer
cmd/compile: clean up encoding of method expressions and add test
11 май 2016, 22:23
11 май 2016, 22:23
aff4889
Код
Авторство
О чём код?
// rundir // 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. // Test that method expressions are correctly encoded // in binary export data and can be imported again. package ignore