Get annotation for injection from reference descriptor (KT-15548)
#KT-15548 Fixed
This commit is contained in:
+8
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user