class S { fun sB(): Boolean { return true } class object { fun sI(): Int { return 1 } } }