Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
refactor: remove Member Accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Apr 25, 2024
1 parent cfad6d8 commit 89d405a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ open class ClassType(
append(generatePrivate())
append(generateProtected(genFunc = false))
append(generatePrivate(genFunc = false))
append(generateMemberAccessor())
// append(generateMemberAccessor())
appendLine("};")
}

Expand Down

0 comments on commit 89d405a

Please sign in to comment.