package test public open class StaticFinal { public constructor StaticFinal() // Static members public final val foo: kotlin.String = "aaa" }