rust/tests/target/issue-5125/with_leading_and_inline_comments.rs

8 lines
175 B
Rust

fn foo(
// Pre Comment
a: <u16 as intercom::type_system::ExternType<
intercom::type_system::AutomationTypeSystem,
>>::ForeignType, // Inline comment
) {
}