• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package implicit
2
3func I() int {
4	return 42
5}
6