blob: 4a92f0007560b1f68e606c1a2aba5f1bdd7fcd38 [file]
package test;
import org.jetbrains.annotations.NotNull;
import test.kotlin.*;
public class TopLevelOverloadedFunctionInDataFlowInspection {
void other(@NotNull Object some) {
Object foo = TopLevelOverloadedFunctionInDataFlowInspectionKt.foo(some);
}
}