package test class A(val b: Int, var c: String, justParam: Int) { }