Minor, ignore another test with java.util.function on JDK 6
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
// !LANGUAGE: +NewInference
|
// !LANGUAGE: +NewInference
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
|
// SKIP_JDK6
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
|
|
||||||
package test
|
package test
|
||||||
@@ -16,4 +17,4 @@ class Impl : Interface1<String> {
|
|||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
return Impl()()
|
return Impl()()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user