package demo class Test(i: Int) { fun test() { val i = 10 Test(i) } }