Skip to content

Commit

Permalink
Make sure it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jan 25, 2024
1 parent 77c8d94 commit 273fe0b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ fun String.appendHideNavOnPlayBuild(isPlayBuild: Boolean): String =
} else {
this
}

fun String.`test`(): String = "Test"

0 comments on commit 273fe0b

Please sign in to comment.