rewrote analyzing expression with type rhs

removed unnecessary temporary trace (and so extra 'getType' for left expression)
This commit is contained in:
Svetlana Isakova
2013-08-08 20:01:23 +04:00
parent 4caeadc0c1
commit 6429239f3f
3 changed files with 39 additions and 53 deletions
@@ -31,5 +31,5 @@ fun main(args : Array<String>) {
}
val <!UNUSED_VARIABLE!>f<!> : String = <!TYPE_MISMATCH!>a<!><!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!>
<!TYPE_MISMATCH!>a<!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!><!> : String
<!TYPE_MISMATCH!>a<!><!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!> : String
}