mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
There should probably be a special kind of property, but at least it won't throw an exception for now
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
>>> val foo = "REPL"
|
|
>>> ::foo.name
|
|
foo
|
|
>>> ::
|
|
... foo.name
|
|
foo
|