Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 262 Bytes

incorrectStringBooleanError.md

File metadata and controls

11 lines (6 loc) · 262 Bytes

Pattern: Incorrect string boolean conversion

Issue: -

Description

Conversion of string literal "Hello World" to bool always evaluates to true.

Further Reading