Analysis API FIR: remove compilation errors from new testdata
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
class A(i: Int)
|
||||
open class A(i: Int)
|
||||
|
||||
class B: <caret>A(42)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
class A {
|
||||
open class A {
|
||||
constructor()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user