Rename: casted -> cast

This commit is contained in:
Svetlana Isakova
2014-10-16 16:47:23 +04:00
parent 595b3ffe23
commit 4a1a95ea36
10 changed files with 22 additions and 22 deletions
@@ -0,0 +1,7 @@
fun test(a: Any?) {
if (a != null) {
<!DEBUG_INFO_SMARTCAST!>a<!>.foo(11)
}
}
fun <T> Any.foo(t: T) = t