From 241673c6a1f5eb5497a4664ba4da1351329d2078 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 5 Mar 2018 15:43:57 +0100 Subject: [PATCH] Add forgotten SinceKotlin to Metadata.pn kotlin.Metadata is internal, so it shouldn't have any visible effect --- libraries/stdlib/jvm/runtime/kotlin/Metadata.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/stdlib/jvm/runtime/kotlin/Metadata.kt b/libraries/stdlib/jvm/runtime/kotlin/Metadata.kt index acc9fb8670b..e9c27811908 100644 --- a/libraries/stdlib/jvm/runtime/kotlin/Metadata.kt +++ b/libraries/stdlib/jvm/runtime/kotlin/Metadata.kt @@ -61,6 +61,7 @@ internal annotation class Metadata( * does not differ from the JVM's package FQ name. These names can be different in case the [JvmPackageName] annotation is used. * Note that this information is also stored in the corresponding module's `.kotlin_module` file. */ + @SinceKotlin("1.2") val pn: String = "", /** * An extra int. Bits of this number represent the following flags: