Skip to content
Commit 0711037d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Avoid detecting property names too eagerly.

Previously this code:

    /** Some docs */
    doSomething(1, 2, 3);

would have resulted in property "doSomething" being detected.

Now it detects no name, which results in warning of missing name,
and that's what we want.
parent cfbb8686
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment