Add modality/visibility/inline to all expect/actual declarations in QF
So #KT-25539 Fixed
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user