Write constant initializer for java properties

This commit is contained in:
Natalia Ukhorskaya
2014-02-07 15:35:43 +04:00
parent 74c4234c64
commit 17259a052e
18 changed files with 135 additions and 38 deletions
@@ -1,6 +1,6 @@
package test
internal val checkTypeProp: test.PropType?
internal val checkTypeProp: test.PropType? = null
internal final class PropType {
/*primary*/ public constructor PropType()