Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceMathMinWithCoerceAtMost
/
noImport.kt
blob: 5f520414b7bc2725a4b6c5f493c7afa1273fee10 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
()
{
Math
.
min
(
2
,
1
)<
caret
>
}