restore disabled rename on valueOf/values/length (IDEA-139827)

This commit is contained in:
Anna Kozlova
2015-04-30 19:55:35 +02:00
parent 5a32db4435
commit a43a311851
6 changed files with 57 additions and 2 deletions
@@ -0,0 +1,5 @@
class Test {
{
new String[0].len<caret>gth
}
}
@@ -0,0 +1,6 @@
enum A {
;
{
A.val<caret>ueOf("");
}
}
@@ -0,0 +1,6 @@
enum A {
;
{
A.val<caret>ues();
}
}