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:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
object Conflict
|
||||
|
||||
fun test() {
|
||||
class Conflict
|
||||
|
||||
<caret>Conflict
|
||||
}
|
||||
|
||||
// REF: (test).Conflict
|
||||
Reference in New Issue
Block a user