Add modality/visibility/inline to all expect/actual declarations in QF

So #KT-25539 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-07-25 17:27:18 +03:00
parent 54b63ea43a
commit 14d6560e67
23 changed files with 119 additions and 44 deletions
@@ -0,0 +1,6 @@
// "Make 'getInternal' internal" "true"
// ERROR: 'public' function exposes its 'internal' return type Internal
internal expect class Internal
expect fun <caret>getInternal(): Internal
@@ -0,0 +1,6 @@
// "Make 'getInternal' internal" "true"
// ERROR: 'public' function exposes its 'internal' return type Internal
internal expect class Internal
internal expect fun getInternal(): Internal