[kotlin compiler][update] 1.2-20180108.142832-109
kotlinScriptRuntimeVersion=1.2-20180108.142855-109 kotlinStdLibVersion=1.2-20180108.142900-109 kotlinReflectVersion=1.2-20180108.142850-109 kotlinStdLibJdk8Version=1.2-20180108.142908-109 kotlinGradlePluginVersion=1.2-20180108.142845-109
This commit is contained in:
committed by
Vasily Levchenko
parent
a6367f759b
commit
c7a126a6b0
+4
@@ -155,6 +155,10 @@ internal class SpecialDeclarationsFactory(val context: Context) {
|
||||
}
|
||||
|
||||
internal class Context(config: KonanConfig) : KonanBackendContext(config) {
|
||||
override fun getClass(fqName: FqName): ClassDescriptor {
|
||||
TODO("not implemented")
|
||||
}
|
||||
|
||||
lateinit var moduleDescriptor: ModuleDescriptor
|
||||
|
||||
override val builtIns: KonanBuiltIns by lazy(PUBLICATION) {
|
||||
|
||||
Reference in New Issue
Block a user