don't suggest Math methods inside a Math method call (IDEA-114408)

This commit is contained in:
peter
2013-10-05 23:00:53 +02:00
parent 7b4ed133ad
commit 0138fecbf5
3 changed files with 9 additions and 1 deletions
@@ -0,0 +1,6 @@
public class Zoo {
void foo() {
Math.min(2, ac<caret>)
}
}