FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun sum(aa: Int, bb: Int) = a + b
|
||||
|
||||
fun main() {
|
||||
println(sum(b<caret>b = 1, aa = 2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user