KT-10667 Fix building qualified references to nested type of built-ins, e.g. Map.Entry

This commit is contained in:
Alexey Andreev
2016-03-01 16:11:44 +03:00
parent 96a7febd09
commit 550c8b12d1
3 changed files with 21 additions and 1 deletions
@@ -66,6 +66,10 @@ public class NestedTypesTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testInheritanceFromNestedBuiltIn() throws Exception {
checkFooBoxIsOk();
}
@NotNull
@Override
protected List<String> additionalJsFiles(@NotNull EcmaVersion ecmaVersion) {