import kotlin.jvm.JvmStatic class A { @JvmStatic constructor() {} inner class B { @JvmStatic constructor() {} } } class C @JvmStatic constructor()