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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
>>> val foo = "REPL"
|
||||
>>> ::foo.name
|
||||
foo
|
||||
>>> ::
|
||||
... foo.name
|
||||
foo
|
||||
Reference in New Issue
Block a user