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