Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceMathMinWithCoerceAtMost
/
noImport.kt.after
blob: 10f915aadecbf3e8eb3b7cb7acc03f392b039a04 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
()
{
2.coerceAtMost
(
1
)
}