8 lines
175 B
Rust
8 lines
175 B
Rust
|
fn foo(
|
||
|
// Pre Comment
|
||
|
a: <u16 as intercom::type_system::ExternType<
|
||
|
intercom::type_system::AutomationTypeSystem,
|
||
|
>>::ForeignType, // Inline comment
|
||
|
) {
|
||
|
}
|