package test class TestPackage { val OK = "OK" } fun box(): String = TestPackage().OK