Skip to content

Commit

Permalink
Add tests for HaxeFoundation#5434
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jun 8, 2019
1 parent 2008f57 commit 58471ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/misc/projects/Issue5434/Main.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
interface ITest<K, V> {
function keys():Array<K>;
function values():Array<V>;
}

interface ISubTest extends ITest<String, String> {}
2 changes: 2 additions & 0 deletions tests/misc/projects/Issue5434/compile.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Main
-cs bin

0 comments on commit 58471ef

Please sign in to comment.