remove CLASS highlight on top of CONSTRUCTOR_CALL for constructor calls

#KT-2919 Fixed
This commit is contained in:
Dmitry Jemerov
2016-05-25 14:59:31 +02:00
parent e7cb256e81
commit a448af5d17
3 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
<info textAttributesKey="KOTLIN_ANNOTATION">@SuppressWarnings</info> class <info textAttributesKey="KOTLIN_CLASS">TheClass</info> : <info textAttributesKey="KOTLIN_TRAIT">Runnable</info>, <info textAttributesKey="KOTLIN_CLASS"><info textAttributesKey="KOTLIN_CONSTRUCTOR">Thread</info></info>() {
<info textAttributesKey="KOTLIN_ANNOTATION">@SuppressWarnings</info> class <info textAttributesKey="KOTLIN_CLASS">TheClass</info> : <info textAttributesKey="KOTLIN_TRAIT">Runnable</info>, <info textAttributesKey="KOTLIN_CONSTRUCTOR">Thread</info>() {
}
+1 -1
View File
@@ -26,4 +26,4 @@ class <info textAttributesKey="KOTLIN_CLASS">Foo</info>(val <info textAttributes
}
}
// NO_CHECK_WARNINGS1
// NO_CHECK_WARNINGS