Replace "jet" with KotlinBuiltIns.FQ_NAME

#KT-2896 Fixed
This commit is contained in:
Alexander Udalov
2014-02-18 20:28:29 +04:00
parent 0490d4c989
commit 410b7985e1
10 changed files with 36 additions and 26 deletions
@@ -42,7 +42,7 @@ public final class JsDescriptorUtils {
// TODO: maybe we should use external annotations or something else.
private static final Set<String> FAKE_CLASSES = ContainerUtil.immutableSet(
getFqNameSafe(KotlinBuiltIns.getInstance().getAny()).asString(),
"jet.Iterable"
getFqNameSafe(KotlinBuiltIns.getInstance().getIterable()).asString()
);
private JsDescriptorUtils() {