Add test for synthetic java property completion to multi-file tests

This commit is contained in:
Roman Golyshev
2021-03-02 15:25:39 +03:00
parent d955f8e0d3
commit bf52417268
5 changed files with 20 additions and 2 deletions
@@ -1,5 +1,3 @@
// FIR_COMPARISON
fun foo(a: java.lang.Thread) {
a.na<caret>
}