5 lines
86 B
Kotlin
5 lines
86 B
Kotlin
package test
|
|
|
|
enum class EnumWithGenericConstructorParameter(list: List<String>?) {
|
|
}
|