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:
+16
@@ -0,0 +1,16 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
enum class Enum {
|
||||
ENTRY1, ENTRY2;
|
||||
|
||||
inner class Inner
|
||||
|
||||
class Nested
|
||||
|
||||
interface Trait
|
||||
|
||||
val c: Int = { 1 }()
|
||||
|
||||
fun f(): Int = 2
|
||||
}
|
||||
Reference in New Issue
Block a user