[codegen] Fixed compilation after wrong rebase
This commit is contained in:
committed by
Stanislav Erokhin
parent
f8b4db21aa
commit
7fdfe65554
+6
-2
@@ -399,10 +399,14 @@ private class CodegenInstanceFieldMetadata(
|
||||
name: Name?,
|
||||
konanLibrary: KotlinLibrary?,
|
||||
val llvm: FieldLlvmDeclarations
|
||||
) : KonanMetadata(name, konanLibrary), MetadataSource.Property
|
||||
) : KonanMetadata(name, konanLibrary), MetadataSource.Property {
|
||||
override val isConst = false
|
||||
}
|
||||
|
||||
private class CodegenStaticFieldMetadata(
|
||||
name: Name?,
|
||||
konanLibrary: KotlinLibrary?,
|
||||
val llvm: StaticFieldLlvmDeclarations
|
||||
) : KonanMetadata(name, konanLibrary), MetadataSource.Property
|
||||
) : KonanMetadata(name, konanLibrary), MetadataSource.Property {
|
||||
override val isConst = false
|
||||
}
|
||||
Reference in New Issue
Block a user