Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
12.0.1
-
None
Description
The following code is showing as an error in the IDE when it has a valid syntax in JavaScript:
let myVariable = null ?? 'hello world';