Add more comments and examples.
This commit is contained in:
@@ -16,7 +16,7 @@ fn test_get_set() -> Result<(), EvalAltResult> {
|
||||
self.x = new_x;
|
||||
}
|
||||
|
||||
fn new() -> TestStruct {
|
||||
fn new() -> Self {
|
||||
TestStruct { x: 1 }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user