t / t4018 / golang-interfaceon commit test-lib: check Bash version for '-x' without using shell arrays (5826b7b)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}