Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Oct 9, 2014
1 parent ee42de1 commit 9bcbaf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/issues/Issue3388.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ private abstract A<T>(Array<T>) {
this = a;
}

#if java
@:overload static inline public function sum(a:A<Int>) {
return "sum of ints";
}

@:overload static inline public function sum(a:A<String>) {
return "sum of strings";
}
#end
}

class Issue3388 extends Test {
Expand Down

0 comments on commit 9bcbaf5

Please sign in to comment.