Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
importAllMembers
/
NotFromCompanionObject.kt
blob: b995d5fc32d24ba1eba1aa46c16b2ab2d41a0322 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// WITH_RUNTIME
import
kotlin
.
text
.
Regex
fun foo
()
{
<caret>
Regex
.
escape
(
""
)
}