FIR IDE: move FIR IDE completion tests to idea-fir module

This commit is contained in:
Ilya Kirillov
2020-08-28 17:57:46 +03:00
parent 7cb3f62f51
commit 8714ad575f
132 changed files with 3297 additions and 10 deletions
+1
View File
@@ -1,3 +1,4 @@
// FIR_COMPARISON
fun test(x: java.lang.Integer) {
x.<caret>
}
@@ -1,3 +1,4 @@
// FIR_COMPARISON
import java.io.File
fun File.foo(absolutePath: String?) {