Skip to content

Commit

Permalink
Introduce error with ElixirLS
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed Mar 5, 2024
1 parent ccc49cb commit d83742a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/test.ex
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
defmodule Test do
@some_attribute 42

@moduledoc """
Documentation for `Test`.
"""

@doc """
Hello world.
Hello world. #{@some_attribute}
## Examples
Expand Down

0 comments on commit d83742a

Please sign in to comment.