d3648bce0c
This commit makes compiler tests working similarly to ResolveByStub IDE tests.
5 lines
86 B
Kotlin
Vendored
5 lines
86 B
Kotlin
Vendored
package test
|
|
|
|
enum class EnumWithGenericConstructorParameter(list: List<String>?) {
|
|
}
|