Current section

Files

Jump to
caffeine_lang include caffeine_lang@frontend@ast_ExpectsBlock.hrl
Raw

include/caffeine_lang@frontend@ast_ExpectsBlock.hrl

-record(expects_block, {
blueprint :: binary(),
items :: list(caffeine_lang@frontend@ast:expect_item()),
leading_comments :: list(caffeine_lang@frontend@ast:comment())
}).