Fix OS singleton being incorrectly highlighted as a constant (#402)

This commit is contained in:
Daelon Suzuka
2022-08-07 02:09:09 -04:00
committed by GitHub
parent ec95c21b84
commit ef450cad38
2 changed files with 6 additions and 1 deletions

View File

@@ -221,3 +221,8 @@ class InnerClass:
pass
pass
# ------------------------------------------------------------------------------
func test_function():
OS.get_name()