Files
kotlin-fork/idea/testData/intentions/importAllMembers/NotFromCompanionObject.kt
T
2015-11-10 17:23:11 +03:00

8 lines
108 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
import kotlin.text.Regex
fun foo() {
<caret>Regex.escape("")
}