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

Inconsistent behavior with :: and is #3978

Closed
za-creature opened this issue May 11, 2015 · 2 comments
Closed

Inconsistent behavior with :: and is #3978

za-creature opened this issue May 11, 2015 · 2 comments

Comments

@za-creature
Copy link

Input:

typeof Object is 'object'
typeof Object:: is 'object'

Output:

// Generated by CoffeeScript 1.9.2
(function() {
  typeof Object === 'object';

  typeof Object.prototype.is('object');

}).call(this);
@vendethiel
Copy link
Collaborator

See #1601.

@michaelficarra
Copy link
Collaborator

Duplicate of #1477

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

No branches or pull requests

3 participants