[kotlin compiler][update] 1.2.60-dev-342
This commit is contained in:
+2
-2
@@ -108,8 +108,8 @@ private fun createFakeOverride(descriptor: CallableMemberDescriptor, startOffset
|
||||
is PropertyDescriptor ->
|
||||
IrPropertyImpl(startOffset, endOffset, IrDeclarationOrigin.FAKE_OVERRIDE, descriptor).apply {
|
||||
// TODO: add field if getter is missing?
|
||||
getter = descriptor.getter?.createFunction()
|
||||
setter = descriptor.setter?.createFunction()
|
||||
getter = descriptor.getter?.createFunction() as IrSimpleFunction?
|
||||
setter = descriptor.setter?.createFunction() as IrSimpleFunction?
|
||||
}
|
||||
else -> TODO(descriptor.toString())
|
||||
}
|
||||
|
||||
+2
-2
@@ -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.60-dev-188,tag:kotlin-native,pinned:true/artifacts/content/maven
|
||||
kotlinVersion=1.2.60-dev-188
|
||||
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.60-dev-342,tag:kotlin-native,pinned:true/artifacts/content/maven
|
||||
kotlinVersion=1.2.60-dev-342
|
||||
konanVersion=0.8
|
||||
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user