FIR IDE: fix test data in fir-ide module

This commit is contained in:
Ilya Kirillov
2020-10-14 00:54:15 +03:00
parent 6086b54a06
commit 5c798d4e13
28 changed files with 32 additions and 29 deletions
@@ -1,4 +1,3 @@
// FIR_COMPARISON
class A {
fun f() : A
}
@@ -1,4 +1,3 @@
// FIR_COMPARISON
object A {
fun f() : S
}