Commit 03d3e79
committed
Also, fix condition for TypeTestAlwaysDiverges warning message.
This used to also include nulls but that makes no sense: null.isInstanceOf
does not diverge, it just returns false. The ok-tostring test shows
that always false should not yield a warning, since this might
come from inlined code.1 parent 7951895 commit 03d3e79
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments