Update generic signatures in codegen test data
The implementation of toString for generic types in Java reflection has been changed in 8u162 (https://bugs.openjdk.java.net/browse/JDK-8054213)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ fun box(): String {
|
||||
}
|
||||
|
||||
val superInterfaces = Arrays.toString((Class.forName("_1Kt\$box$1")).genericInterfaces)
|
||||
if (superInterfaces != "[Custom.Custom\$MBiConsumer<java.lang.String, java.lang.String>]") {
|
||||
if (superInterfaces != "[Custom\$MBiConsumer<java.lang.String, java.lang.String>]") {
|
||||
return "fail: $superInterfaces"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user