missed delegate in prioritized intentions added (IDEA-152103)

This commit is contained in:
Anna Kozlova
2016-02-26 21:13:09 +01:00
parent fd38423b8a
commit 3d1cb1b7e7
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Make 'toString' return 'int'" "false"
public class Foo {
{
int i = to<caret>String();
}
}