示例:
def foo() { onlyUsedInFoo("foo", "foo") } def onlyUsedInFoo(x: String, y: String): Unit = {} // 可为 private