chore: add test

This commit is contained in:
Wojciech Nawrocki 2021-07-20 21:30:27 -07:00 committed by Sebastian Ullrich
parent 3accff6f48
commit 9664fc88e0

View 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