Remove redundant calls of the conversion method: report for unsigned types
#KT-30263 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
38b6b73745
commit
a2f55e8b7c
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun test(i: UByte) {
|
||||
val foo = i.toUByte()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user