Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
primitiveCastToConversion
/
boolean.kt
blob: 6bd76ec3f9b445199b0d3f9c354d7f9c0ad105c4 [
file
] [
log
] [
blame
]
// "Replace cast with call to 'toInt()'" "false"
// WARNING: Cast can never succeed
fun foo
()
{
val a
=
true
as
<caret>
Int
}