``` class test(a: String) { val field = a } ```
# getting-started
t
Copy code
class test(a: String) {
  val field = a
}