yatsen1
Results
41
issues of
yatsen1
### Describe the bug Code: https://play.vlang.io/p/3c2efc886d ```v interface Strable { str() string } fn need_string(a Strable) {} struct Foo {} x := Foo{} println(x.str()) // V think there is a...
Bug