Don't complain about compareTo returning ERROR type instead of Int

This commit is contained in:
Andrey Breslav
2012-09-20 15:11:22 +04:00
parent 2abe2e581d
commit 936f53fcbf
3 changed files with 11 additions and 1 deletions
@@ -0,0 +1,5 @@
fun test() {
if (<!UNRESOLVED_REFERENCE!>x<!> > 0) {
}
}