14d6560e67
So #KT-25539 Fixed
6 lines
186 B
Kotlin
Vendored
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 |