Resolve right part of equality with given descriptors

This commit is contained in:
Mikhail Zarechenskiy
2017-06-06 18:02:42 +03:00
parent 6680f01cfe
commit fb72726f08
4 changed files with 55 additions and 24 deletions
@@ -2,5 +2,5 @@
package d
fun foo(a : IntArray) {
if (null == <!FUNCTION_EXPECTED!>a<!>()<!SYNTAX!><!>
if (<!SENSELESS_COMPARISON!>null == <!FUNCTION_EXPECTED!>a<!>()<!><!SYNTAX!><!>
<!SYNTAX!><!>}