Generate multi-file completion tests for FIR completion

Also remove `MultiFilePrimitiveJvmBasicCompletionTestGenerated` tests
This commit is contained in:
Roman Golyshev
2021-02-26 17:31:28 +03:00
parent abeff5d5c5
commit 73e623b5ac
28 changed files with 450 additions and 62 deletions
@@ -1,3 +1,4 @@
// FIR_COMPARISON
inline val C.v: Int get() = 1
class C {
fun f(block: suspend C.() -> Unit): Unit = TODO()