diff --git a/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt b/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt index 9ca50ed75bc..29d4105043f 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt @@ -4,6 +4,10 @@ // SAM_CONVERSIONS: INDY // WITH_RUNTIME // FULL_JDK + +// no stream api on Android +// IGNORE_BACKEND: ANDROID + import java.util.stream.Collectors fun box(): String { diff --git a/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt b/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt index 7463f0f7d5e..acf3669d37f 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt @@ -4,6 +4,10 @@ // SAM_CONVERSIONS: INDY // WITH_RUNTIME // FULL_JDK + +// no stream api on Android +// IGNORE_BACKEND: ANDROID + import java.util.stream.* fun box(): String {