package test class Chaos { fun a() = Unit fun b() = Unit @JvmField val a = Unit @JvmField val b = Unit }