fun call() { val javaClass = JavaClass() javaClass.javaMethod() } // CALL: KtFunctionCall: targetFunction = /JavaClass.javaMethod(): kotlin.Unit