Remove all code from code editor (including whitespace)
Type the following line
interface IFace<T> where T : IFace<T>.
You will see error hightlight 'Unexpected token' under '.'. It is quite right.
Remove '.'. You will see error hightlight 'Unexpected token' under '>'. It is not right.
Description
Remove all code from code editor (including whitespace)
Type the following line
interface IFace<T> where T : IFace<T>.
You will see error hightlight 'Unexpected token' under '.'. It is quite right.
Remove '.'. You will see error hightlight 'Unexpected token' under '>'. It is not right.