-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Example:
import androidx.compose.ui.ExperimentalComposeUiApi
/**
* Test documentation that gets absorbed into import_list node
*/
class MyClass
(source_file
(import_list
(import_header
(identifier
(simple_identifier)
(simple_identifier)
(simple_identifier)
(simple_identifier))
(multiline_comment)))
(class_declaration
(type_identifier)
(delegation_specifier
(user_type
(type_identifier)))))
I would expect it to be
(source_file
(import_list ...)
(multiline_comment)
(class_declaration ...)
)
Metadata
Metadata
Assignees
Labels
No labels