summaryrefslogtreecommitdiff
path: root/test/files/run/repl-paste-4.pastie
blob: 853a66f6a4e0ffdfb85024a37effcd3a8186ed3d (plain) (blame)
1
2
3
4
// if we are truly companions, I can see your foo
class Foo { private val foo = 7 }
object Foo { def apply(f: Foo) = f.foo }