Run LoadJava.CompiledKotlin test group with stdlib if some enum is inside
This commit makes compiler tests working similarly to ResolveByStub IDE tests.
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
enum class EnumWithGenericConstructorParameter(list: List<String>?) {
|
||||
}
|
||||
Reference in New Issue
Block a user