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