|
@@ -12,8 +12,8 @@ overload function moduleOverload(s:String) {
|
|
|
|
|
|
#end
|
|
#end
|
|
|
|
|
|
-class Issue9790 extends unit.Test {
|
|
|
|
#if false
|
|
#if false
|
|
|
|
+class Issue9791 extends unit.Test {
|
|
function test() {
|
|
function test() {
|
|
eq("Int: 12", moduleOverload(12));
|
|
eq("Int: 12", moduleOverload(12));
|
|
eq("String: foo", moduleOverload("foo"));
|
|
eq("String: foo", moduleOverload("foo"));
|