Files
kotlin-fork/compiler/testData/loadKotlin/class/EnumWithGenericConstructorParameter.kt
T

5 lines
86 B
Kotlin

package test
enum class EnumWithGenericConstructorParameter(list: List<String>?) {
}