FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
object A {
|
||||
constructor()
|
||||
}
|
||||
enum class B {
|
||||
X,
|
||||
}
|
||||
class C {
|
||||
companion object {
|
||||
constructor()
|
||||
}
|
||||
}
|
||||
val anonObject: Any
|
||||
Reference in New Issue
Block a user