Fix for a bug that caused invalid code generated for calling extension from another extension.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user