Menu

#151 Cast insertion quick fix is a no-op for long statements

open
nobody
None
5
2008-04-04
2008-04-04
No

Create a class like the following:

class Test
{
int i =
5.0;
}

Build it, you will be notified of a compiler error. Try to invoke the quick fix to insert a cast, it will end up doing nothing.

Discussion


Log in to post a comment.