added test cases to try reproduce yesterdays JS bug with missing "this.drop(1)" in List.tail property, found another JS compile issue...

This commit is contained in:
James Strachan
2012-07-03 08:45:26 +01:00
parent d8d1da7334
commit b960bea2d9
3 changed files with 58 additions and 0 deletions
@@ -66,4 +66,12 @@ public final class ExtensionFunctionTest extends SingleFileTranslationTest {
public void testExtensionFunctionCalledFromExtensionFunction() throws Exception {
fooBoxTest();
}
public void testExtensionOnClassWithExplicitAndImplicitReceiver() throws Exception {
fooBoxTest();
}
public void TODO_FIXME_testExtensionPropertyOnClassWithExplicitAndImplicitReceiver() throws Exception {
fooBoxTest();
}
}