Skip to content

Commit

Permalink
feat: add package name fore functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andong Liao committed Feb 25, 2022
1 parent 060a10c commit 51afcdd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class KotlinBasicIdentListener(fileName: String) : KotlinAstListener() {
Override = false,
Position = ctx.getPosition(),
IsConstructor = true,
Package = codeContainer.PackageName
)
}

Expand All @@ -87,6 +88,7 @@ class KotlinBasicIdentListener(fileName: String) : KotlinAstListener() {
Override = false,
Position = ctx.getPosition(),
IsConstructor = false,
Package = codeContainer.PackageName
)
}

Expand Down

0 comments on commit 51afcdd

Please # to comment.