Re: [Vala] About method overloading, constructor overloading and extension methods



Sorry for my mistake. I used the same variable "result". Declaring:

    var result = add(2, 3);
    var result2 = add(1.2, 3.4);
​
Worked fine. Thank you Yannick.

But the discussion can continue.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]