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

5 lines
92 B
Kotlin
Vendored

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