5928a36fa2
#KT-32694 Fixed
4 lines
165 B
Kotlin
Vendored
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) } |