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