github.com/switchupcb/yaegi@v0.10.2/_test/alias3/alias3.go (about)

     1  package alias3
     2  
     3  type T struct {
     4  	A string
     5  }
     6  
     7  func (t *T) Print() {
     8  	println(t.A)
     9  }