KT-13719 'var' can be made 'val' highlighting range with annotation before
#KT-13719 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(p: List<Any>) {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
var v = p as List<String>
|
||||
print(v)
|
||||
}
|
||||
Reference in New Issue
Block a user