package main; type test interface{ a(a int) (a, b int); b() (a, b int, string); };