Say:

module one;
void func(int a){}

/////////////////////

module two;
import one;
void func(float a){}

Is there a way to get both func() in module two?

Reply via email to