internal inline fun f() {} private inline fun g() {} class Foo { internal inline fun f() {} protected inline fun g() {} private inline fun h() {} }