📁 File Manager
🏠 /
/
opt
/
golang
/
1.22.0
/
test
/
typeparam
/
issue51423.dir
Dosya Düzenle: b.go
package b import "./a" func C() a.Comparator[int] { return a.CompareInt[int] } func main() { _ = C()(1, 2) }
💾 Kaydet
İptal