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:
+8
@@ -0,0 +1,8 @@
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
enum class En(val b: Boolean = true, val i: Int = 0) {
|
||||
E1(),
|
||||
E2(true, 1),
|
||||
E3(i = 2)
|
||||
}
|
||||
Reference in New Issue
Block a user