Files
kotlin-fork/idea/testData/multiModuleQuickFix/expectClassProperty/jvm/My.kt
T
2018-11-21 15:13:01 +03:00

6 lines
152 B
Kotlin
Vendored

// "Create expected property in common module testModule_Common" "true"
// DISABLE-ERRORS
actual class My {
actual var <caret>s: String = "Hello"
}