public static void static_method ();
public int property_1 { get; set; }
public int property_2 { get; }
- public int property_3 { owned get; set; }
+ public string property_3 { owned get; set; }
public delegate int Foo ();
public signal int sig_1 ();
}
public static void static_method ();
public int property_1 { get; set; }
public int property_2 { get; }
- public int property_3 { owned get; set; }
+ public string property_3 { owned get; set; }
public delegate int Foo ();
public signal int sig_1 ();
}
public const int constant;
public int property_1 { get; set; }
public int property_2 { get; }
- public int property_3 { owned get; set; }
+ public string property_3 { owned get; set; }
}