/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue20682.dir/p.go
13 строк
250 B
Matthew Dempsky
cmd/compile: add regress test for #20682
16 июн 2017, 01:01
16 июн 2017, 01:01
6e549d2
Код
Авторство
О чём код?
// Copyright 2017 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 "strings" type T struct{} func (T) M() { strings.HasPrefix("", "") }