Add new reference resolve tests

The main purpose is to show that old frontend and FIR work differently
in the case of the conflicts of local and top level classes/objects

See the tests that marked with // IGNORE_FIR

Corresponding ticket is ^KT-45192
This commit is contained in:
Roman Golyshev
2021-03-01 10:23:57 +00:00
committed by Space
parent fb83c491bb
commit 6ebd4b954c
12 changed files with 228 additions and 0 deletions
@@ -0,0 +1,13 @@
package test
object Conflict {
operator fun invoke() {}
}
fun test() {
class Conflict
<caret>Conflict()
}
// REF: (in test.test).Conflict