code ``` scala object A { val a = 2 } ``` insight ``` scala A { a: Int = 2 } ``` or something similar
code
insight
or something similar