a0491d5258
Fixes #KT-15564
5 lines
93 B
Plaintext
Vendored
5 lines
93 B
Plaintext
Vendored
// "Replace cast with call to 'toByte()'" "true"
|
|
|
|
fun foo() {
|
|
val a = 1.toByte()<caret>
|
|
} |