Sha256: 1286c3e3e670c3b2c05b233257ac2eb27e45ef7419b1301204a7d4ffb031a92e
Contents?: true
Size: 217 Bytes
Versions: 5
Compression:
Stored size: 217 Bytes
Contents
import junit.framework.*; import Foo.Foo; import bar.Bar; public class MultiRight { public String fooBar() { Foo foo = new Foo(); Bar bar = new Bar(); String str = foo.foo() + bar.bar(); return str; } }
Version data entries
5 entries across 5 versions & 1 rubygems