The scala trait execution error: Error: Can not find or load the main class cn.itcast.scala.`trait`

The scala trait execution error:

Error: Can not find or load the main class cn.itcast.scala.`trait`.Children

Cause: The package name written trait, with the same name as the key trait:

package cn.itcast.scala.`trait`


Workaround: trait package name changed to other names, such traits

 

Guess you like

Origin www.cnblogs.com/mediocreWorld/p/11368233.html