libvaladoc: Fix fatal typo in GtkdocRenderer.visit_symbol_link()
[vala-gnome.git] / tests / structs / bug613513.vala
blob3140c6f1e60c3af67d6d1a78fb0bd63347161426
1 struct Foo {
2 int i;
4 public Foo (string s) {
8 void main () {
9 var foo = Foo ("hello" + 42.to_string ());