Minor, ignore another test with java.util.function on JDK 6
This commit is contained in:
+2
-1
@@ -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()()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user