FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
interface Some
|
||||
object O1 : Some
|
||||
object O2 : Some
|
||||
enum class SomeEnum {
|
||||
FIRST,
|
||||
SECOND,
|
||||
constructor(x: Some)
|
||||
val x: Some
|
||||
abstract fun check(y: Some): Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user