toggle menu
ktast
0.9.4
common
switch theme
search in API
ast
/
ktast.ast
/
Node
/
Extra
/
TrailingComma
Trailing
Comma
data
class
TrailingComma
(
val
supplement
:
NodeSupplement
=
NodeSupplement()
)
:
Node.Extra
AST node that represents a trailing comma of a list.
Members
Constructors
Trailing
Comma
Link copied to clipboard
constructor
(
supplement
:
NodeSupplement
=
NodeSupplement()
)
Properties
supplement
Link copied to clipboard
open
override
val
supplement
:
NodeSupplement
Supplemental data for the node.
text
Link copied to clipboard
open
override
val
text
:
String
always be ",".