Ignoring not static final fields.

Added tests with class object of trait and val inside object.
This commit is contained in:
Evgeny Gerashchenko
2014-07-07 17:38:08 +04:00
parent aa9384a207
commit 42cba1cc3c
10 changed files with 69 additions and 1 deletions
@@ -0,0 +1,5 @@
package test
fun main(args: Array<String>) {
val x = Object.CONST + Object.CONST
}