feat(depinject): resolve interface types (#12169)
This commit is contained in:
@@ -95,4 +95,8 @@ type keeperB struct {
|
||||
a KeeperA
|
||||
}
|
||||
|
||||
type KeeperB interface{}
|
||||
type KeeperB interface {
|
||||
isKeeperB()
|
||||
}
|
||||
|
||||
func (k keeperB) isKeeperB() {}
|
||||
|
||||
Reference in New Issue
Block a user