Skip to content

Instantly share code, notes, and snippets.

View liufengyun's full-sized avatar

Fengyun Liu liufengyun

View GitHub Profile
class Box[T]
private var value: T
end
def foo(x: Box[Int]): Int = x.value
def testSectionType(show: A.B.Show[Int]) = show(19)
def testSectionFun() = A.qux()