Support toRegex() standard function

#KT-8088 Fixed
This commit is contained in:
Nikolay Krasko
2016-04-19 22:37:15 +03:00
parent 6bea3923f5
commit d69d1f2c53
4 changed files with 73 additions and 16 deletions
@@ -5,5 +5,8 @@
<place><![CDATA[
psiParameter().ofMethod(0, psiMethod().withName("Regex").definedInClass("kotlin.text.Regex"))
]]></place>
<place><![CDATA[
receiver().ofMethod(psiMethod().withName("toRegex").withReceiver("kotlin.String").definedInPackage("kotlin.text"))
]]></place>
</injection>
</component>