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