Issue Kind
Other
Source Code
struct Foo {
#if false
var x: Int
#endif; var x = 1
}
Description
The above example produces an error Extra tokens following conditional compilation directive in the old parser but is incorrectly accepted by the new parser.