Use 'canBeInternal' in ChangeVisibilityFix (related to KT-27138)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Make '<init>' internal" "false"
|
||||
// DISABLE-ERRORS
|
||||
// ACTION: Make 'My' public
|
||||
|
||||
internal class My
|
||||
|
||||
annotation class Your(val x: <caret>My)
|
||||
Reference in New Issue
Block a user