c1538aea43
#KT-15548 Fixed
9 lines
198 B
Kotlin
Vendored
9 lines
198 B
Kotlin
Vendored
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) {}
|
|
|