Deprecate deprecated in favor of Deprecated

This commit is contained in:
Denis Zharkov
2015-09-01 19:59:19 +03:00
parent 952d45dc8b
commit 31244edec9
444 changed files with 686 additions and 688 deletions
@@ -4,7 +4,7 @@ internal fun use(): kotlin.Unit
internal final class Data {
public constructor Data()
kotlin.deprecated(value = "text") internal final fun component1(): kotlin.String
kotlin.Deprecated(value = "text") internal final fun component1(): kotlin.String
internal final fun component2(): kotlin.String
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int