Add receiver of kotlin.text.toPattern to standard Kotlin injections
#KT-39231 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
787d22c93e
commit
9308525d93
@@ -8,5 +8,8 @@
|
||||
<place><![CDATA[
|
||||
receiver().ofFunction(kotlinFunction().withName("toRegex").withReceiver("kotlin.String").definedInPackage("kotlin.text"))
|
||||
]]></place>
|
||||
<place><![CDATA[
|
||||
receiver().ofFunction(kotlinFunction().withName("toPattern").withReceiver("kotlin.String").definedInPackage("kotlin.text"))
|
||||
]]></place>
|
||||
</injection>
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user