Fix being unable to find declaration for substituted callable from library

#KT-5900 Fixed
#KT-5901 Fixed
This commit is contained in:
Pavel V. Talanov
2014-10-02 16:43:58 +04:00
parent 8f52f71378
commit af963ea244
5 changed files with 29 additions and 1 deletions
@@ -39,4 +39,8 @@ public final class OverrideImplementWithLibTest extends AbstractOverrideImplemen
public void testFakeOverride() {
doOverrideFileTest();
}
public void testGenericSubstituted() {
doOverrideFileTest();
}
}