mirror of
https://github.com/irmen/prog8.git
synced 2025-01-03 21:31:35 +00:00
correction
This commit is contained in:
parent
dff9c5f53e
commit
9fb9bcfebd
@ -409,7 +409,6 @@ class StructLiteralValue(var values: List<Expression>,
|
||||
class ReferenceLiteralValue(val type: DataType, // only reference types allowed here
|
||||
val str: String? = null,
|
||||
val array: Array<Expression>? = null,
|
||||
// actually, at the moment, we don't have struct literals in the language
|
||||
initHeapId: Int? =null,
|
||||
override val position: Position) : Expression() {
|
||||
override lateinit var parent: Node
|
||||
|
Loading…
Reference in New Issue
Block a user