Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Toto : Object
- {
- public string titi {get;set construct;}
- }
- public class Titi : Toto
- {
- public Titi(){
- Object(titi: "value");
- }
- construct { print(titi+"\n"); }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement