Do not load JvmPackageName-annotated parts on Kotlin < 1.2

This commit is contained in:
Alexander Udalov
2017-09-06 15:28:13 +03:00
parent 70ae1596fb
commit 2bb437b219
11 changed files with 32 additions and 6 deletions
@@ -0,0 +1,3 @@
package foo
fun file1() {}
@@ -0,0 +1,5 @@
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
@file:JvmPackageName("j")
package foo
fun file2() {}
@@ -0,0 +1,2 @@
foo
foo/FooKt