t / t4018 / golang-interfaceon commit diff.c: pass sign_index to emit_line_ws_markup (bc9feb0)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}