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

Method Bar

test/interface/interface_method_test.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

TestInterfaceMethodFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestInterfaceMethodFunction · 0.52