Join Slack
Powered by
Are there any language constructs that are not exp...
# language-proposals
m
miha-x64
01/17/2017, 4:59 PM
Are there any language constructs that are not expressions except assignments? Weird that this
Copy code
var type: Type get() = Type.valueOf(typeName) set(type) = typeName = type.name // here
is prohibited in expression-based language.
Open in Slack
Previous
Next