FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
val TOP_LEVEL = 5
|
||||
|
||||
enum class MyEnum(value: Int) {
|
||||
VALUE(<caret>TOP_LEVEL)
|
||||
}
|
||||
Reference in New Issue
Block a user