chore: add test
This commit is contained in:
parent
3accff6f48
commit
9664fc88e0
1 changed files with 11 additions and 0 deletions
11
tests/lean/run/derivingLspEncoding.lean
Normal file
11
tests/lean/run/derivingLspEncoding.lean
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import Lean.Server.FileWorker.LspEncoding
|
||||
|
||||
open Lean Server
|
||||
|
||||
structure Foo where
|
||||
a : Array Nat
|
||||
deriving LspEncoding with { withRef := true }
|
||||
|
||||
structure Bar where
|
||||
fooRef : WithRpcRef Foo
|
||||
deriving LspEncoding
|
||||
Loading…
Add table
Reference in a new issue