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

4 lines
165 B
Plaintext
Vendored

// "Create expected function in common module testModule_Common" "true"
// DISABLE-ERRORS
actual fun @receiver:SimpleA String.<caret>myExtension() { println(this) }