v icon indicating copy to clipboard operation
v copied to clipboard

vfmt: incorrect formatting of `$compile_warn`

Open impopular-guy opened this issue 1 year ago • 1 comments

Describe the bug

incorrect formatting of $compile_warn

Expected Behavior

correct formatting

Current Behavior

fn main() {
	.$compile_warn(WARN)
}

Reproduction Steps

fn main() {
	$compile_warn('WARN')
}

Possible Solution

No response

Additional Information/Context

No response

V version

V 0.3.3 b9a8a21

Environment details (OS name and version, etc.)

Playground

impopular-guy avatar Feb 28 '23 18:02 impopular-guy

main() { $compile_warn(WARN) }

beakash avatar Feb 28 '23 21:02 beakash