7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
package first
|
|
|
|
import second.extensionProp
|
|
|
|
fun foo() {
|
|
"".extensionProp<caret>
|
|
} |