blob: 92b6418c974318c955ef50333b775f820032bf7d [file] [log] [blame]
internal class Test {
val int: Int
get() {
val b: Byte = 10
return b.toInt()
}
}