Abbreviate array test

This commit is contained in:
Chris Smowton
2021-10-28 10:56:15 +01:00
committed by Ian Lynagh
parent f1a3c9ca20
commit c571657fb1

View File

@@ -509,7 +509,7 @@ class X {
}
*/
((s.isArray() || s.isNullableArray()) && s.arguments.isNotEmpty()) || s.isPrimitiveArray() -> {
s.isBoxedArray || s.isPrimitiveArray() -> {
// TODO: fix this, this is only a dummy implementation to let the tests pass
// TODO: Figure out what signatures should be returned
// TODO: The Java extractor describes the dimensionality of array types; here we always report 1 dimension