Issue originally made by @bakkot
Input code
Description
This code gives a parse error without the class-properties-transform plugin, and is parsed as a class containing a single method x with it. Neither is correct; it's valid syntax for a class with a getter (not method) for 'x'.