go issue34182 源码

  • 2022-07-15
  • 浏览 (923)

golang issue34182 代码

文件路径:/src/go/internal/gccgoimporter/testdata/issue34182.go

// Copyright 2019 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 issue34182

type T1 struct {
	f *T2
}

type T2 struct {
	f T3
}

type T3 struct {
	*T2
}

相关信息

go 源码目录

相关文章

go aliases 源码

go complexnums 源码

go conversions 源码

go escapeinfo 源码

go imports 源码

go issue27856 源码

go issue29198 源码

go issue30628 源码

go issue31540 源码

go nointerface 源码

0  赞