I hereby claim:
- I am fattenap on github.
- I am fattenap (https://keybase.io/fattenap) on keybase.
- I have a public key ASBxa9jbrWkw_SOFvWRg0WOizLM9rDOZUahfkiY0Ia0R6Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "runtime" | |
| "sync" | |
| "time" | |
| ) | |
| func main() { |
| var Bar1 = base => class extends base { | |
| componentWillMount(){ | |
| super.componentWillMount(); | |
| console.log('Bar1'); | |
| } | |
| }; | |
| var Bar2 = base => class extends base { | |
| componentWillMount(){ | |
| super.componentWillMount(); |