Fixed highlighter tests.

This commit is contained in:
Evgeny Gerashchenko
2012-05-09 13:00:02 +04:00
parent d6e3a392f6
commit 124266ea68
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ fun <info textAttributesKey="KOTLIN_FUNCTION_DECLARATION">global</info>() {
<info textAttributesKey="KOTLIN_FUNCTION_CALL">inner</info>()
}
fun Int.<info textAttributesKey="KOTLIN_FUNCTION_DECLARATION">ext</info>() {
fun <info textAttributesKey="KOTLIN_CLASS">Int</info>.<info textAttributesKey="KOTLIN_FUNCTION_DECLARATION">ext</info>() {
}
<info textAttributesKey="KOTLIN_BUILTIN_ANNOTATION">open</info> class <info textAttributesKey="KOTLIN_CLASS">Container</info> {