Skip to content

Commit

Permalink
fix struct
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Aug 6, 2024
1 parent b12e7ee commit 9356a73
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion untested/struct/struct.vv → tests/struct/struct.vv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module main

struct Struct1 {
mut:
pub mut:
a int
b []string
}

0 comments on commit 9356a73

Please sign in to comment.