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,3 +1,4 @@
// FIR_COMPARISON
<info>import</info> kotlin.reflect.KProperty
interface T
@@ -1,3 +1,4 @@
// FIR_COMPARISON
<info descr="null">inline</info> fun <T> run(f: () -> T) = f()
fun run2(f: () -> Unit) = f()
+1
View File
@@ -1,3 +1,4 @@
// FIR_COMPARISON
interface IA
interface IB
interface IC
+1
View File
@@ -1,3 +1,4 @@
// FIR_COMPARISON
interface IA
interface IB