报告某个类或特征字段被另一个元素隐藏的情况。

示例:


  class Foo(foo: String) {
    def bar(): Unit = {
      val foo: String = ""
    }
  }