Get rid of deprecated annotations and modifiers in project code

This commit is contained in:
Denis Zharkov
2015-09-14 16:26:59 +03:00
parent 02aafe4262
commit 9c4564a5a6
204 changed files with 485 additions and 439 deletions
@@ -18,7 +18,7 @@ package org.jetbrains.kotlin.utils
private val IDENTITY: (Any?) -> Any? = { it }
suppress("UNCHECKED_CAST")
@Suppress("UNCHECKED_CAST")
public fun <T> identity(): (T) -> T = IDENTITY as (T) -> T