Use 'canBeInternal' in ChangeVisibilityFix (related to KT-27138)

This commit is contained in:
Mikhail Glukhikh
2018-10-09 15:49:03 +03:00
parent c65e246e02
commit 7488056249
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,7 @@
// "Make '<init>' internal" "false"
// DISABLE-ERRORS
// ACTION: Make 'My' public
internal class My
annotation class Your(val x: <caret>My)