scala-codesheet-api icon indicating copy to clipboard operation
scala-codesheet-api copied to clipboard

display types

Open MasseGuillaume opened this issue 12 years ago • 0 comments

code

object A {
    val a = 2
}

insight

A {
    a: Int = 2
}

or something similar

MasseGuillaume avatar Nov 13 '13 04:11 MasseGuillaume