KT-11100 Fix generation of name of FakeCallableDescriptorForObject that is presumably used to express invoke operator on (companion) objects

This commit is contained in:
Alexey Andreev
2016-03-31 11:31:52 +03:00
parent 12987de156
commit 76cfe8cabc
3 changed files with 41 additions and 0 deletions
@@ -59,4 +59,8 @@ public final class ClassObjectTest extends SingleFileTranslationTest {
public void testObjectInCompanionObject() throws Exception {
checkFooBoxIsOk();
}
public void testInvokeOperatorInCompanionObject() throws Exception {
checkFooBoxIsOk();
}
}