Checks for auto functions without return statement.
Auto function without return statement can be an omission and are not detected by the compiler. However sometimes they can be used as a trick to infer attributes.
Visits a unittest.
The file name
See Implementation
Checks for auto functions without return statement.
Auto function without return statement can be an omission and are not detected by the compiler. However sometimes they can be used as a trick to infer attributes.