Analysis API FIR: remove compilation errors from new testdata

This commit is contained in:
Ilya Kirillov
2022-02-01 13:11:24 +01:00
parent 441de5cd75
commit b8c36b7998
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,3 @@
class A(i: Int)
open class A(i: Int)
class B: <caret>A(42)
@@ -1,4 +1,4 @@
class A {
open class A {
constructor()
}