Add TARGET_BACKEND for JVM 8 tests

This commit is contained in:
Mikhael Bogdanov
2018-10-16 10:46:52 +02:00
parent 6ec7b8e0d3
commit b61608aba7
104 changed files with 107 additions and 5 deletions
@@ -1,8 +1,7 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
// TARGET_BACKEND: JVM
// FULL_JDK
// WITH_RUNTIME
interface ImmutableCollection<out E> : Collection<E> {
fun add(element: @UnsafeVariance E): ImmutableCollection<E>
fun addAll(elements: Collection<@UnsafeVariance E>): ImmutableCollection<E>