Analysis API: fix some compilation errors in reference resolve testdata
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun sum(aa: Int, bb: Int) = a + b
|
||||
fun sum(aa: Int, bb: Int) = aa + bb
|
||||
|
||||
fun main() {
|
||||
println(sum(b<caret>b = 1, aa = 2))
|
||||
|
||||
Reference in New Issue
Block a user