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:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
enum class MyEnum {
|
||||
ENTRY
|
||||
}
|
||||
Reference in New Issue
Block a user