package test abstract class ModifierAbstract { abstract fun abs(): Int }