DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-5 / test / files / jvm / bytecode-test-example / Foo_1.scala
123456789
class Foo_1 { def foo(x: AnyRef): Int = { val bool = x == null if (x != null) 1 else 0 } }