FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package a
|
||||
|
||||
class A() {
|
||||
}
|
||||
|
||||
operator fun A.component1() = 1
|
||||
operator fun A.component2() = 1
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val (a, <caret>b) = A()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user