class A { public fun foo() { privateStatic1() privateStatic2() } private fun privateStatic1() { } private fun privateStatic2() { } }