[kotlin compiler][update] 1.2.70-dev-915

This commit is contained in:
Vasily Levchenko
2018-08-03 14:47:43 +03:00
parent 209dd837df
commit 7b730544ea
2 changed files with 4 additions and 2 deletions
@@ -132,6 +132,8 @@ private fun Context.getDeclaredFields(classDescriptor: ClassDescriptor): List<Ir
else -> null
}
}
// TODO: hack over missed parents in deserialized fields/property declarations.
fields.forEach{it.parent = irClass}
return fields.sortedBy {
it.fqNameSafe.localHash.value
+2 -2
View File
@@ -20,8 +20,8 @@ remoteRoot=konan_tests
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
# Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_120_Compiler
testDataVersion=1226829:id
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.70-dev-764,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.2.70-dev-764
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.70-dev-915,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.2.70-dev-915
konanVersion=0.9
org.gradle.jvmargs='-Dfile.encoding=UTF-8'