Fixed a bug in CF for when() expressions
This commit is contained in:
@@ -15,4 +15,6 @@ fun foo() {
|
||||
<error>.</error>equals(1) => 1
|
||||
?.equals(1).equals(2) => 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
val _type_test : Int = foo() // this is needed to ensure the inferred return type of foo()
|
||||
Reference in New Issue
Block a user