Minor, ignore another test with java.util.function on JDK 6

This commit is contained in:
Alexander Udalov
2019-11-08 17:49:32 +01:00
parent 9b3e64257f
commit de082543f1
+2 -1
View File
@@ -1,5 +1,6 @@
// !LANGUAGE: +NewInference
// TARGET_BACKEND: JVM
// SKIP_JDK6
// FULL_JDK
package test
@@ -16,4 +17,4 @@ class Impl : Interface1<String> {
fun box(): String {
return Impl()()
}
}