예:
def foo() { onlyUsedInFoo("foo", "foo") } def onlyUsedInFoo(x: String, y: String): Unit = {} // private일 수 있음