Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/staticMembers/classObjectMethod.kt.after
T
2015-12-14 01:07:51 +03:00

7 lines
106 B
Plaintext
Vendored

fun foo() {
Regex.fromLiteral(<caret>)
}
// INVOCATION_COUNT: 2
// ELEMENT_TEXT: "Regex.fromLiteral"