FIR IDE: ignore not passing highlighting tests

This commit is contained in:
Ilya Kirillov
2020-05-27 13:03:21 +03:00
parent 65b22ebfa9
commit 1b8ea31172
12 changed files with 32 additions and 5 deletions
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_FIR
class <info textAttributesKey="KOTLIN_CLASS">My</info>(val <info textAttributesKey="KOTLIN_INSTANCE_PROPERTY">x</info>: <info textAttributesKey="KOTLIN_CLASS">Int</info>?)
fun <info textAttributesKey="KOTLIN_CLASS">My</info>?.<info textAttributesKey="KOTLIN_FUNCTION_DECLARATION">foo</info>(): <info textAttributesKey="KOTLIN_CLASS">Int</info> {