mirror of
https://github.com/irmen/prog8.git
synced 2025-01-05 18:30:03 +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
|
class ReferenceLiteralValue(val type: DataType, // only reference types allowed here
|
||||||
val str: String? = null,
|
val str: String? = null,
|
||||||
val array: Array<Expression>? = null,
|
val array: Array<Expression>? = null,
|
||||||
// actually, at the moment, we don't have struct literals in the language
|
|
||||||
initHeapId: Int? =null,
|
initHeapId: Int? =null,
|
||||||
override val position: Position) : Expression() {
|
override val position: Position) : Expression() {
|
||||||
override lateinit var parent: Node
|
override lateinit var parent: Node
|
||||||
|
Loading…
Reference in New Issue
Block a user