1package foo 2 3import "mod.test/cycle/bar" 4 5#Foo1: 1 6#Foo2: bar.#Bar1 + 2 7#Foo: bar.#Bar2 + 4
View as plain text