Rename: casted -> cast
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun test(a: Any?) {
|
||||
if (a != null) {
|
||||
<!DEBUG_INFO_SMARTCAST!>a<!>.foo(11)
|
||||
}
|
||||
}
|
||||
|
||||
fun <T> Any.foo(t: T) = t
|
||||
Reference in New Issue
Block a user