All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonTest.com.bkahlert.kommons.test.fixtures.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy