'Open Declaration' fails for type bound by parenthesis
Status: Beta
Brought to you by:
bernhardbrem
Reproducible test case:
public class OpenDec
{
public void V () {
System.Type t = typeof (AnotherClass);
}
}
public class AnotherClass
{
}
Put your cursor inside '(AnotherClass)' and then hit F3. The editor will highlight the 'V' method declaration.
Logged In: YES
user_id=1245734
Originator: NO
Can not reproduce this. Propably already fixed before.