Include file name for package-level members in diagnostics

This commit is contained in:
Dmitry Petrov
2017-05-25 13:12:41 +03:00
parent 7979663e6c
commit a86fe89aae
19 changed files with 47 additions and 24 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
<!-- noneApplicableTxt1 -->
None of the following functions can be called with the arguments supplied:
public fun foo(b: a.b.String): Unit defined in a.b
public fun foo(i: Int): Unit defined in a.b
public fun foo(a: kotlin.String): Unit defined in a.b
public fun foo(b: a.b.String): Unit defined in a.b in file noneApplicableTxt.kt
public fun foo(i: Int): Unit defined in a.b in file noneApplicableTxt.kt
public fun foo(a: kotlin.String): Unit defined in a.b in file noneApplicableTxt.kt