[Vala] Regression?
- From: pancake <pancake youterm com>
- To: vala-list gnome org
- Subject: [Vala] Regression?
- Date: Mon, 15 Nov 2010 00:33:12 +0100
This program compiles with no errors/warnings in vala-head and it should
report an error because of missing 'return' in function:
int pwn() {
print ("jejej");
}
public static void main(string[] args) {
pwn();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]