package server import some.SomePackage class Testing { void test() { SomePackage.foo(12); } } // INFO: internal fun foo(bar: Int): Unit

KDoc foo