Omega-R / OmegaLint

3 stars 0 forks source link

companion object error #44

Closed Just-D-A closed 2 years ago

Just-D-A commented 3 years ago

companion object { private const val REQUEST_CODE_FREQUENCY = 1596 private const val REQUEST_CODE_DWDR = 1597 private const val REQUEST_CODE_DNR2 = 1598 private val FREQUENCIES = listOf(50, 60) }

Just-D-A commented 3 years ago

JAVA: public static final int ASAS = 2; private static final int some = 2; KOTLIN: const val ASAS = 2 * 1 val some = 2