Files
kotlin-fork/idea/testData/multiModuleQuickFix/accessibilityChecker/topLevelProperty/jvm/Utils.kt
T
2019-08-27 17:26:09 +07:00

7 lines
241 B
Kotlin
Vendored

// "Create expected property in common module testModule_Common" "true"
// SHOULD_FAIL_WITH: You cannot create the expect declaration from:,actual val foo: Some = TODO()
// DISABLE-ERRORS
interface Some
actual val foo<caret>: Some = TODO()