• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Package comment B.
2package merge
3
4// B doc.
5func B() {
6	// B comment.
7}
8