package com.packt.chapter7 object HasStaticFuncs { @JvmStatic fun foo(): Unit { } }