This website requires JavaScript.
Explore
Help
Sign In
serr
/
go-analyzer
Watch
1
Star
0
Fork
You've already forked go-analyzer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
75058ca1e4
go-analyzer
/
tests
/
test_interfaces.txt
6 lines
91 B
Plaintext
Raw
Blame
History
package main;
type test interface{
a(a int) (a, b int);
b() (a, b int, string);
};
Reference in New Issue
View Git Blame
Copy Permalink