From de082543f19a1574cb6a8d0ae615a73acc6da2bf Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 8 Nov 2019 17:49:32 +0100 Subject: [PATCH] Minor, ignore another test with java.util.function on JDK 6 --- compiler/testData/codegen/box/fullJdk/kt31757.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/fullJdk/kt31757.kt b/compiler/testData/codegen/box/fullJdk/kt31757.kt index d25e8cade55..c3cde0c8023 100644 --- a/compiler/testData/codegen/box/fullJdk/kt31757.kt +++ b/compiler/testData/codegen/box/fullJdk/kt31757.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +NewInference // TARGET_BACKEND: JVM +// SKIP_JDK6 // FULL_JDK package test @@ -16,4 +17,4 @@ class Impl : Interface1 { fun box(): String { return Impl()() -} \ No newline at end of file +}