js.translator: Drop usages of KotlinBuiltIns.getInstance()

This commit is contained in:
Pavel V. Talanov
2015-09-22 17:29:12 +03:00
parent 643cb0a5d4
commit 537134613a
5 changed files with 16 additions and 19 deletions
@@ -179,6 +179,8 @@ public class KotlinBuiltIns {
public final FqNameUnsafe _set = fqNameUnsafe("Set");
public final FqNameUnsafe _iterable = fqNameUnsafe("Iterable");
public final FqName throwable = fqName("Throwable");
public final FqName data = fqName("data");
public final FqName deprecated = fqName("Deprecated");
public final FqName tailRecursive = fqName("tailrec");