From d83742a892c82d373ed147202a382b1273ec9a5b Mon Sep 17 00:00:00 2001 From: AJ Foster <2789166+aj-foster@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:06:32 -0500 Subject: [PATCH] Introduce error with ElixirLS --- lib/test.ex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/test.ex b/lib/test.ex index d0c8c5b..61f44c5 100644 --- a/lib/test.ex +++ b/lib/test.ex @@ -1,10 +1,12 @@ defmodule Test do + @some_attribute 42 + @moduledoc """ Documentation for `Test`. """ @doc """ - Hello world. + Hello world. #{@some_attribute} ## Examples