Added test with constant in class object.

Original commit: 11af8ed616
This commit is contained in:
Evgeny Gerashchenko
2014-07-07 15:03:18 +04:00
parent a482bd4341
commit 269ad88f78
9 changed files with 44 additions and 6 deletions
@@ -0,0 +1,8 @@
package test
class Klass {
class object {
// Old and new constant values are different, but their hashes are the same
val CONST = "Ae"
}
}