Files
T
2019-08-27 17:26:09 +07:00

4 lines
165 B
Kotlin
Vendored

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