Files
kotlin-fork/idea/testData/multiModuleQuickFix/createExpect/funWithPrivateModifier/jvm/My.kt
T

5 lines
188 B
Kotlin
Vendored

// "Create expected function in common module testModule_Common" "true"
// SHOULD_FAIL_WITH: "The declaration has `private` modifier"
// DISABLE-ERRORS
private actual fun <caret>s() = "s"