Skip to content

Commit

Permalink
テスト用のコードを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSten committed Aug 25, 2024
1 parent 6aeca1e commit 35724dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/me/tbsten/cipractice/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ private fun GreetingPreview() {
Greeting("Android")
}
}

data class Hoge( // unused
val fuga: String // trailing comma
)

0 comments on commit 35724dc

Please sign in to comment.