[KAPT] Keep constant references in annotations with array values
#KT-29929 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
9e9450caa2
commit
8071a1e246
@@ -55,4 +55,6 @@ fun pairedListToMap(valuePairs: List<Any>?): Map<String, Any?> {
|
||||
|
||||
operator fun <T : Any> JavacList<T>.plus(other: JavacList<T>): JavacList<T> {
|
||||
return this.appendList(other)
|
||||
}
|
||||
}
|
||||
|
||||
fun <T : Any> Iterable<T>.toJavacList(): JavacList<T> = JavacList.from(this)
|
||||
|
||||
Reference in New Issue
Block a user