kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.41k stars 110 forks source link

[Bug] No completion items for the function with the str type. #1451

Open Peefy opened 5 days ago

Peefy commented 5 days ago
f: () -> str = lambda {
    ""
}
a = f().<cusor> # expected str member functions here, but got nothing.