Simplify addressing
This commit is contained in:
@@ -19,7 +19,7 @@ struct Human : Printable
|
||||
|
||||
func main(args: []cstring): i64
|
||||
{
|
||||
let x: Printable = struct Human {
|
||||
let x = struct Human {
|
||||
name = "Oliver"
|
||||
age = 23
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user