Skip to content

Commit

Permalink
fix: privatefunctin
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Sep 11, 2024
1 parent deaddbb commit 3dd4826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fun main() {

val x = 1

fun foo() {
private fun foo() {
val x = 10
bar()
}
Expand Down

0 comments on commit 3dd4826

Please sign in to comment.