Reformat stdlib: common code

#KT-5558
This commit is contained in:
Ilya Gorbunov
2018-04-20 21:32:58 +03:00
parent ad43c0f4cb
commit c53a2d57c3
23 changed files with 234 additions and 201 deletions
@@ -86,11 +86,11 @@ internal annotation class AccessibleLateinitPropertyLiteral
@Retention(AnnotationRetention.SOURCE)
@SinceKotlin("1.2")
internal annotation class RequireKotlin(
val version: String,
val message: String = "",
val level: DeprecationLevel = DeprecationLevel.ERROR,
val versionKind: RequireKotlinVersionKind = RequireKotlinVersionKind.LANGUAGE_VERSION,
val errorCode: Int = -1
val version: String,
val message: String = "",
val level: DeprecationLevel = DeprecationLevel.ERROR,
val versionKind: RequireKotlinVersionKind = RequireKotlinVersionKind.LANGUAGE_VERSION,
val errorCode: Int = -1
)
/**