Delete TargetPlatform.builtins

Replace it's usages with relevant singleton reference
This commit is contained in:
Denis Zharkov
2016-04-01 13:43:53 +03:00
parent ef18d64931
commit c667f50741
14 changed files with 25 additions and 33 deletions
@@ -44,6 +44,6 @@ object JsPlatform : TargetPlatform("JS") {
override val platformConfigurator: PlatformConfigurator = JsPlatformConfigurator
override val builtIns: KotlinBuiltIns
val builtIns: KotlinBuiltIns
get() = DefaultBuiltIns.Instance
}