Skip to content

Commit

Permalink
[tests] add test for #9097
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Feb 4, 2025
1 parent 3c7f97e commit aceefd7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/display/src/cases/Issue9097.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package cases;

class Issue9097 extends DisplayTestCase {
/**
@:generic class Fo{-1-}o<T> {}
class Bar extends {-2-}Foo<String>{-3-} {}
**/
function test() {
arrayEq([range(2, 3)], ctx.usage(pos(1)));
}
}

0 comments on commit aceefd7

Please sign in to comment.