package a; public class J { static void test() { KotlinSpringBean bean = new KotlinSpringBean(1); bean.isFooNew(); bean.setFooNew(true); } }