mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Remove toInt() from rendering IntValue
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public final class FinalFieldAsVal : java.lang.Object {
|
||||
public constructor FinalFieldAsVal()
|
||||
public final val f: kotlin.Int = 1.toInt()
|
||||
public final val f: kotlin.Int = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user