No matches.
Import-resolving Nix IR plugin
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
# Test block comments /* */
/* This is a block comment */
let
x = 42; /* inline block comment */
/* Multi-line
block
comment */
y = 100;
in
/* Comment before expression */
x + y
/* Trailing comment */