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