5 lines
79 B
Kotlin
5 lines
79 B
Kotlin
package test
|
|
|
|
enum class EnumWithPrimitiveConstructorParameter(b: Boolean) {
|
|
}
|