Restore check for Array<T> type argument

This commit is contained in:
Chris Smowton
2021-10-28 13:53:52 +01:00
committed by Ian Lynagh
parent dd3bb053e5
commit 8acf7d74c1

View File

@@ -509,7 +509,7 @@ class X {
}
*/
s.isBoxedArray || s.isPrimitiveArray() -> {
(s.isBoxedArray && s.arguments.isNotEmpty()) || 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: Generate a short name for array types