checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872)

This commit is contained in:
Swastik Baranwal 2023-01-05 19:11:18 +05:30 committed by GitHub
parent 3598e7d08e
commit da68b2d369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 8 deletions

View file

@ -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