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

6 lines
188 B
Plaintext
Vendored

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