Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceMathMinWithCoerceAtMost
/
simple.kt.after
blob: 79ee55d839a18307117711a1f84f5eb1292adc2a [
file
] [
log
] [
blame
]
// WITH_RUNTIME
import
java
.
lang
.
Math
.
min
fun foo
()
{
1.coerceAtMost
(
2
)
}