Remove toInt() from rendering IntValue

This commit is contained in:
Natalia Ukhorskaya
2014-02-20 15:57:25 +04:00
parent a80114d720
commit 89d99d2848
35 changed files with 99 additions and 99 deletions
@@ -1,4 +1,4 @@
package test
internal val nsVal: kotlin.Int = 1.toInt()
internal val nsVal: kotlin.Int = 1
internal fun <get-nsVal>(): kotlin.Int