MCPcopy Create free account
hub / github.com/expr-lang/expr / Bar

Interface Bar

test/interface/interface_method_test.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Bar interface {
13 Bar() int
14}
15
16type FooImpl struct{}
17

Callers 2

TestInterfaceMethodFunction · 0.65

Implementers 2

BarImpltest/interface/interface_method_test.g
Programtest/operator/issues584/issues584_test

Calls

no outgoing calls

Tested by

no test coverage detected