package demo internal class Test(i: Int) { fun test() { val b: Byte = 10 Test(b.toInt()) } }