lean4-htt/tests/lean/interactive/completion.lean
2021-04-05 22:01:56 +02:00

11 lines
345 B
Text

structure Foo where
foo : Nat
example (f : Foo) : f.
--^ textDocument/completion
example (f : Foo) : f.f
--^ textDocument/completion
example (f : Foo) : id f |>.
--^ textDocument/completion
example (f : Foo) : id f |>.f
--^ textDocument/completion