Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong completions for a closure #1019

Open
satyaa21 opened this issue May 10, 2019 · 0 comments
Open

Wrong completions for a closure #1019

satyaa21 opened this issue May 10, 2019 · 0 comments

Comments

@satyaa21
Copy link

Steps to reproduce:

  1. Open https://codemirror.net/demo/tern.html
  2. Paste below code
return {
    obj: {
      prop1: "2",
      prop2: "3"
    },
    func: function() {
      function innerFn() {
        this.obj.
      }
    }
  }
  1. Press "Ctrl+space" at "this.obj."
    image

Expected. No completions
Actual: Invalid completions are shows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant