Fix testAnnotation in "member visibility can be private"

This commit is contained in:
Mikhail Glukhikh
2018-01-30 14:59:47 +03:00
parent 404122654f
commit 899da99232
@@ -1,5 +1,6 @@
// WITH_RUNTIME
// ERROR: Body is not allowed for annotation class
// SKIP_ERRORS_BEFORE
// SKIP_ERRORS_AFTER
// PROBLEM: none
annotation class Ann(val <caret>x: String) {