1package explicit 2 3import ( 4 "testshared/implicit" 5) 6 7func E() int { 8 return implicit.I() 9} 10