a clarification: file-level variables are not refe...
# getting-started
f
a clarification: file-level variables are not referred to as "global variables", right? They are properties
d
Top-level properties iirc.
f
I saw them referred to as "global variables" in some articles
but I think that would be more fitting if they would decompile to public variables, right?
Rather than private variables with get/set
d
Why? What if they are computed properties.
f
so you would call them "global variables"?
d
Are they call "global variables" in Kotlin docs?
f
I think they always call them properties