Are there any language constructs that are not exp...
# language-proposals
m
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.