X7ROOT File Manager
Current Path:
/opt/golang/1.19.4/src/cmd/compile/internal/test/testdata/reproducible
opt
/
golang
/
1.19.4
/
src
/
cmd
/
compile
/
internal
/
test
/
testdata
/
reproducible
/
📁
..
📄
issue20272.go
(430 B)
📄
issue27013.go
(458 B)
📄
issue30202.go
(282 B)
📄
issue38068.go
(1.35 KB)
Editing: issue30202.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 p func A(x interface { X() int }) int { return x.X() } func B(x interface { X() int }) int { return x.X() }
Upload File
Create Folder