[Vala] Named arguments support
- From: Ivo Kosir <ivokosir yahoo com>
- To: "vala-list gnome org" <vala-list gnome org>
- Subject: [Vala] Named arguments support
- Date: Sat, 01 Sep 2012 18:30:24 -0000
Hi everyone,
When I make a simple method with default arguments, and try to put named arguments like this:
void bar () {
foo(c: 121);
}
void foo (int a = 5, int b = 5) {}
valac outputs me an error: "Named arguments are not supported yet",
does this mean it will be supported any time soon?
regards,
Ivo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]