[Vala] Nested public struct in class broken in 0.5.7?
- From: Feng Yu <rainwoodman gmail com>
- To: Vala ML <vala-list gnome org>
- Subject: [Vala] Nested public struct in class broken in 0.5.7?
- Date: Mon, 2 Mar 2009 12:14:28 -0500
Hi list,
Was nested public struct in class working in pre0.5.7? I am wondering
if Bug 567237 messed it up?
----
file a.vala:
public class bigclass {
public struct State {
}
}
file b.vala:
public class anotherclass {
public function a(bigclass big) { }
}
Regards,
Yu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]