Fix testAnnotationInterface3 in J2K (error message)

This commit is contained in:
Mikhail Glukhikh
2018-01-30 15:23:41 +03:00
parent 899da99232
commit 460688526d
@@ -1,4 +1,4 @@
// ERROR: Body is not allowed for annotation class
// ERROR: Members are not allowed in annotation class
// ERROR: Modifier 'companion' is not applicable inside 'annotation class'
internal annotation class Anon(val value: String) {