rewrote analyzing expression with type rhs
removed unnecessary temporary trace (and so extra 'getType' for left expression)
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user