does this mean that Bar is an interface?, so if Ba...
# getting-started
d
does this mean that Bar is an interface?, so if Bar declares "fun doSomething()", I can then do (in the foo function),
body().doSomething()?