Removing the space before the colon in the following code results in a parse error with no error recovery. ```fsharp [<AbstractClass>] type T() = abstract Foo<'T> : 'T -> int ``` 