Report full package FQ name in compilation errors related to visibility

#KT-18966 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2017-07-14 20:37:20 +03:00
parent 216ab1c6d1
commit 4d4c39939f
6 changed files with 35 additions and 12 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
package a.b
@<error descr="[INVISIBLE_MEMBER] Cannot access 'InlineOnly': it is internal in 'kotlin.internal'">kotlin.internal.<error descr="[INVISIBLE_REFERENCE] Cannot access 'InlineOnly': it is internal in 'kotlin.internal'">InlineOnly</error></error>
inline fun foo() {}