In particular, feature implementations are no longer provided in classes called the suffix $class . In the release notes, you will find a notice about the "character encoding."
Perhaps you want to use sbt or ammonite if you experiment with any dependencies other than the built-in ones. One day they will have a neat βplatformβ that will help you.
$ cat notraitclass.scala package notraitclass trait T { def t: Int = 42 } $ scalac211 notraitclass.scala $ ls notraitclass T.class T$class.class $ rm -rf notraitclass $ scalac notraitclass.scala $ ls notraitclass T.class
som-snytt
source share