package main.scala object CommonObject { val strVal: String = "" def hasMethod: Boolean ={ true } }