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