Example: ``` scala object Test { self => def a = 5 self.a } ``` The compilation result is: ``` shell Test.scala:3: error: not found: self self.a ^ one error found ```