mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: remove c.pref.is_test
exception for calling private methods in _other_ modules (#16872)
This commit is contained in:
parent
3598e7d08e
commit
da68b2d369
7 changed files with 9 additions and 8 deletions
|
@ -321,7 +321,7 @@ pub mut:
|
|||
|
||||
// Reset RE object
|
||||
[direct_array_access; inline]
|
||||
fn (mut re RE) reset() {
|
||||
pub fn (mut re RE) reset() {
|
||||
re.cc_index = 0
|
||||
|
||||
mut i := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue