Why doesn’t my scalac prints any warning for missing “open” keyword
When compiling a willingly faulty Scala code implying a missing open
modifier, my compiler doesn’t notify any warning or error. This seems to contradict this line in the Scala book :