Home | History | Annotate | Download | only in implicit
      1 package implicit
      2 
      3 func I() int {
      4 	return 42
      5 }
      6