Community
Participate
Working Groups
Class<?> myClass; myClass.pack| should suggest match the suggared version of getPackage(). It is currently filtered because of the ^ escape sequence for the package keyword. To be discussed: Do we want to insert getPackage in favor of the escaped ^package?
Pushed to master.
I've excluded proposals with escaped identifiers.
Had to use our own class in the test, as 'package' and 'class' are valid feature identifiers now.
Requested via bug 522520. -M.