Occurs with most recent version 3.3.3. Using `@typescript-eslint/parser`. Repros: ``` <input maxLength={foo()!.length} /> ``` ``` <input maxLength={bar()[0]!.length} /> ```