8 lines
179 B
Text
8 lines
179 B
Text
? /** This is an object with documentation */
|
|
> def foo {
|
|
> # ...
|
|
> }
|
|
# value: <foo>
|
|
|
|
? foo.__getAllegedType().getDocComment()
|
|
# value: " This is an object with documentation "
|