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 +}