KT-11100 Fix generation of name of FakeCallableDescriptorForObject that is presumably used to express invoke operator on (companion) objects
This commit is contained in:
@@ -59,4 +59,8 @@ public final class ClassObjectTest extends SingleFileTranslationTest {
|
||||
public void testObjectInCompanionObject() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testInvokeOperatorInCompanionObject() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user