Get annotation for injection from reference descriptor (KT-15548)

#KT-15548 Fixed
This commit is contained in:
Nikolay Krasko
2017-01-11 19:32:29 +03:00
parent 0cbe19b930
commit c1538aea43
7 changed files with 131 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
package injection
import org.intellij.lang.annotations.Language
fun Int.html(@org.intellij.lang.annotations.Language("HTML") html: String) {}
fun Int.regexp(@Language("RegExp") html: String) {}