Created
March 1, 2018 08:13
-
-
Save vldvel/61dfd78d9b4314e8ce546fa3f5febff4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyClass { | |
*generator() {} | |
* generator() {} | |
} | |
const obj = { | |
*generator() {} | |
* generator() {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment