There were several tests that generated warnings about null issues. This sorts them out.
As a bit of background, for every test that generates code (which is most of them), we scan the compiler output and check for warnings and we accept only a small number of warnings. The rest are considered failures. This keeps us honest in terms of the quality of code that we generate.
There were several tests that generated warnings about null issues. This sorts them out.
As a bit of background, for every test that generates code (which is most of them), we scan the compiler output and check for warnings and we accept only a small number of warnings. The rest are considered failures. This keeps us honest in terms of the quality of code that we generate.