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

5 lines
194 B
Kotlin
Vendored

// "Create expected property in common module testModule_Common" "true"
// SHOULD_FAIL_WITH: "The declaration has `const` modifier"
// DISABLE-ERRORS
actual const val <caret>s: String = "Hello"