[FIR] Implement new bound smartcast algorithm
#KT-36055 Fixed
This commit is contained in:
@@ -15,6 +15,6 @@ fun bar(): Int {
|
||||
return when(ss) {
|
||||
"abc" -> ss
|
||||
else -> "xyz"
|
||||
}.length
|
||||
}.<!INAPPLICABLE_CANDIDATE!>length<!>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user