go-ethereum/rlp/rlpgen/testdata/pkgclash.in.txt

13 lines
233 B
Go

// -*- mode: go -*-
package test
import (
eth1 "github.com/ethereum/go-ethereum/eth"
eth2 "github.com/ethereum/go-ethereum/eth/protocols/eth"
)
type Test struct {
A eth1.MinerAPI
B eth2.GetReceiptsPacket69
}