We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab40ec6 commit bf7a8e9Copy full SHA for bf7a8e9
src/main/kotlin/g0401_0500/s0401_binary_watch/Solution.kt
@@ -4,6 +4,7 @@ package g0401_0500.s0401_binary_watch
4
5
import java.util.ArrayList
6
7
+@Suppress("NAME_SHADOWING")
8
class Solution {
9
fun readBinaryWatch(turnedOn: Int): List<String> {
10
val times: MutableList<String> = ArrayList()
0 commit comments