Ignoring not static final fields.
Added tests with class object of trait and val inside object.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val x = Object.CONST + Object.CONST
|
||||
}
|
||||
Reference in New Issue
Block a user