Skip to content

Commit

Permalink
add NYI comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellilltokiwa committed Aug 4, 2023
1 parent e5d9e61 commit 3df243d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dev/flang/ast/InlineArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ private AbstractType elementType(AbstractType t)
if (PRECONDITIONS) require
(t != null);

// NYI see issue: #1817
if (Types.resolved.f_array.inheritsFrom(t.featureOfType()) &&
t.generics().size() == 1)
{
Expand Down

0 comments on commit 3df243d

Please sign in to comment.