blob: 5c8d4bb3c9e6c0462029baa0c1ce8749811cbd49 [file] [log] [blame]
// "Replace cast with call to 'toByte()'" "true"
fun foo() {
val a = 1.toByte()<caret>
}