Moved method getSmartCastVariantsWithLessSpecificExcluded() into IDE

This commit is contained in:
Valentin Kipyatkov
2016-05-11 18:49:54 +03:00
parent b6c54ac314
commit f6c8ac70fc
5 changed files with 34 additions and 22 deletions
@@ -1,7 +0,0 @@
class JavaClass {
public void setFoo(String value) {
}
public String getFoo() {
return "";
}
}