Usage highlighting test

This commit is contained in:
Nikolay Krasko
2015-06-30 13:54:24 +03:00
parent 68384a9b4a
commit 2cde746047
4 changed files with 124 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
fun test() {
val <info descr="null">a</info> = 12
foo(<info descr="null">~a</info>)
}
fun foo(a: Int) = a
val a = 1