6 lines
136 B
Text
6 lines
136 B
Text
structure Foo where
|
|
foo : Nat
|
|
|
|
example (f : Foo) : f
|
|
--^ insert: .
|
|
--^ textDocument/completion
|