GT2/GT2-iOS/node_modules/babel-plugin-react-transform/test/fixtures/code-class-with-render-method/expected.js

4 lines
28 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
class Foo {
render() {}
}