FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
abstract class Base {
|
||||
constructor(s: String)
|
||||
val s: String
|
||||
}
|
||||
class Outer {
|
||||
class Derived : Base {
|
||||
constructor(s: String)
|
||||
}
|
||||
object Obj : Base
|
||||
}
|
||||
Reference in New Issue
Block a user