Report errors for annotations with BINARY or RUNTIME retention on file classes.

This commit is contained in:
Dmitry Petrov
2015-09-15 18:49:18 +03:00
parent eba9f0f0ad
commit da026f1480
9 changed files with 129 additions and 5 deletions
@@ -1,6 +1,6 @@
package test
@kotlin.jvm.JvmName(name = "bar") public fun foo(): kotlin.Unit
public fun foo(): kotlin.Unit
public open class PlatformName {
public constructor PlatformName()