Fix for a bug that caused invalid code generated for calling extension from another extension.

This commit is contained in:
Pavel V. Talanov
2012-07-31 13:15:12 +04:00
parent 7609d0de8c
commit e0ff877b47
6 changed files with 70 additions and 4 deletions
@@ -78,4 +78,16 @@ public final class ExtensionFunctionTest extends SingleFileTranslationTest {
public void testExtensionFunctionCalledFromFor() throws Exception {
fooBoxTest();
}
public void testImplicitReceiverInExtension() throws Exception {
fooBoxTest();
}
public void testExtensionForSuperclass() throws Exception {
fooBoxTest();
}
public void testSuperClassMemberInExtension() throws Exception {
fooBoxTest();
}
}