Intention to import members with '*'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlin.text.Regex
|
||||
|
||||
fun foo() {
|
||||
<caret>Regex.escape("")
|
||||
}
|
||||
Reference in New Issue
Block a user