Fix Math.min with coerceAtMost intention inside qualified expression
So #KT-19232 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a82f66cf45
commit
5290553184
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
import java.lang.Math.max
|
||||
|
||||
fun foo() {
|
||||
Math.max(max(1, 3)<caret>, max(2, 4))
|
||||
}
|
||||
Reference in New Issue
Block a user