Files
kotlin-fork/idea/testData/quickfix/primitiveCastToConversion/intToByte.kt.after
T
2017-01-09 16:36:56 +03:00

5 lines
93 B
Plaintext
Vendored

// "Replace cast with call to 'toByte()'" "true"
fun foo() {
val a = 1.toByte()<caret>
}