KT-2752: JsName renames native declarations
This commit is contained in:
@@ -100,6 +100,9 @@ public final class AnnotationsUtils {
|
||||
continue;
|
||||
}
|
||||
String name = getNameForAnnotatedObject(descriptor, annotation);
|
||||
if (name == null) {
|
||||
name = getJsName(descriptor);
|
||||
}
|
||||
return name != null ? name : descriptor.getName().asString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user