mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user