Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
primitiveCastToConversion
/
intToByte.kt.after
blob: 5c8d4bb3c9e6c0462029baa0c1ce8749811cbd49 [
file
]
// "Replace cast with call to 'toByte()'" "true"
fun foo
()
{
val a
=
1.toByte
()<
caret
>
}