Refactoring: unify methods to report errors in scratches
This commit is contained in:
+1
-2
@@ -1,3 +1,2 @@
|
||||
foo() // ERROR: Unresolved reference: foo
|
||||
/** unresolved.kts:1 Unresolved reference: foo */
|
||||
/** Compilation Error */
|
||||
/** unresolved.kts:1 Unresolved reference: foo */
|
||||
+1
-2
@@ -9,5 +9,4 @@ fun goo(a: String) { // ERROR: Unresolved reference: goo
|
||||
/** unresolvedMultiline.kts:1 Cannot choose among the following candidates without completing type inference:
|
||||
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
|
||||
@HidesMembers public inline fun <K, V> Map<out ???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections */
|
||||
/** unresolvedMultiline.kts:5 Unresolved reference: goo */
|
||||
/** Compilation Error */
|
||||
/** unresolvedMultiline.kts:5 Unresolved reference: goo */
|
||||
Reference in New Issue
Block a user