Files
kotlin/compiler/testData/repl/reflection/propertyReference.repl
Alexander Udalov 4213ce318e REPL: don't fail on a callable reference
There should probably be a special kind of property, but at least it won't
throw an exception for now
2014-08-13 15:13:24 +04:00

7 lines
64 B
Plaintext

>>> val foo = "REPL"
>>> ::foo.name
foo
>>> ::
... foo.name
foo