tvl-depot/third_party/git/t/t4018/golang-interface
2020-01-11 23:40:29 +00:00

4 lines
49 B
Text

type RIGHT interface {
a() Type
b() ChangeMe
}