5 lines
49 B
Text
5 lines
49 B
Text
|
type RIGHT interface {
|
||
|
a() Type
|
||
|
b() ChangeMe
|
||
|
}
|