KT-10667 Fix building qualified references to nested type of built-ins, e.g. Map.Entry
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user