Skip to content

Commit bbba20d

Browse files
committed
fix: enable compilation with -skip-unused (workaround the interface bug in v.markused)
1 parent bb0a1bd commit bbba20d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analyzer/psi/types/BaseType.v

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pub:
55
module_name string
66
}
77

8+
@[markused]
89
pub fn (s &BaseType) module_name() string {
910
return s.module_name
1011
}

0 commit comments

Comments
 (0)