Fix warnings in stdlib/compiler/plugins/test code
This commit is contained in:
@@ -140,6 +140,7 @@ public actual annotation class JvmWildcard
|
||||
* Adding and removing the annotation is binary incompatible change, since inline classes' methods and functions with inline classes
|
||||
* in their signature are mangled.
|
||||
*/
|
||||
@Suppress("NEWER_VERSION_IN_SINCE_KOTLIN")
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
@MustBeDocumented
|
||||
@@ -149,6 +150,7 @@ public actual annotation class JvmInline
|
||||
/**
|
||||
* Instructs compiler to mark the class as a record and generate relevant toString/equals/hashCode methods
|
||||
*/
|
||||
@Suppress("NEWER_VERSION_IN_SINCE_KOTLIN")
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@MustBeDocumented
|
||||
|
||||
Reference in New Issue
Block a user