Kotlin: More top-level stuff

This commit is contained in:
Ian Lynagh
2021-08-17 16:42:52 +01:00
parent f0e2de1fa9
commit 4837e4e46a
6 changed files with 8 additions and 6 deletions

View File

@@ -386,7 +386,7 @@ class KotlinFileExtractor(val logger: Logger, val tw: TrapWriter) {
return id
}
fun extractProperty(p: IrProperty, parentid: Label<out DbPackage_or_reftype>) {
fun extractProperty(p: IrProperty, parentid: Label<out DbReftype>) {
val bf = p.backingField
if(bf == null) {
logger.warn("IrProperty without backing field")