Scratch: find correct line to report error at
^KT-23480 Fixed EA-117936 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
foo.forEach { // ERROR: Unresolved reference: foo; Cannot choose among the following candidates without completing type inference:
|
||||
1 + 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
foo.forEach {
|
||||
1 + 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
foo.forEach { // ERROR: error: unresolved reference: foo
|
||||
1 + 1
|
||||
}
|
||||
Reference in New Issue
Block a user