![JAR search and dependency download from the Maven repository](/logo.png)
commonTest.com.bkahlert.kommons.test.fixtures.kt Maven / Gradle / Ivy
package com.bkahlert.kommons.test
/** A tab */
internal const val t = "\t"
internal enum class EmptyEnum
internal enum class FooBarEnum {
@Suppress("EnumEntryName") foo_bar,
@Suppress("EnumEntryName") FOO_BAR,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy