lean4-htt/tests/lean/interactive/inWordCompletion.lean
Leonardo de Moura d5f1a5d1d1 fix: in-word completion
closes #857
2021-12-10 15:48:35 -08:00

15 lines
325 B
Text

def gfabc (x : Nat) := x
def gfacc (x : Nat) := x
def gfadc (x : Nat) := x
def gfbbc (x : Nat) := x
#check gfabc
--^ textDocument/completion
def Boo.gfabc (x : Nat) := x
def Boo.gfacc (x : Nat) := x
def Boo.gfadc (x : Nat) := x
def Boo.gfbbc (x : Nat) := x
#check Boo.gfabc
--^ textDocument/completion