scala-codesheet-api
scala-codesheet-api copied to clipboard
display types
code
object A {
val a = 2
}
insight
A {
a: Int = 2
}
or something similar