FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// IGNORE_FIR
|
||||
|
||||
package test
|
||||
|
||||
object Conflict {
|
||||
operator fun invoke() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
class Conflict(i: Int)
|
||||
|
||||
<caret>Conflict()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user