Files
kotlin-fork/idea/testData/multiModuleQuickFix/makeInternalFromExpect/common/common.kt
T
2018-07-26 18:01:01 +03:00

6 lines
186 B
Kotlin
Vendored

// "Make 'getInternal' internal" "true"
// ERROR: 'public' function exposes its 'internal' return type Internal
internal expect class Internal
expect fun <caret>getInternal(): Internal