// @jsx: preserve // @target: ES6 namespace JSX { export interface Element {} } class C { static a = ; static b = ; static c = ; static d = ; static e = {C.y}; static x = {}; static y = ''; static z = () => ; }