mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +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
Vendored
7 lines
64 B
Plaintext
Vendored
>>> val foo = "REPL"
|
|
>>> ::foo.name
|
|
foo
|
|
>>> ::
|
|
... foo.name
|
|
foo
|