summaryrefslogtreecommitdiff
path: root/test/files/jvm/patmat_opt_primitive_typetest
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/patmat_opt_primitive_typetest')
-rw-r--r--test/files/jvm/patmat_opt_primitive_typetest/Analyzed_1.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/jvm/patmat_opt_primitive_typetest/Analyzed_1.scala b/test/files/jvm/patmat_opt_primitive_typetest/Analyzed_1.scala
index c5b8811449..e5db6c4dd0 100644
--- a/test/files/jvm/patmat_opt_primitive_typetest/Analyzed_1.scala
+++ b/test/files/jvm/patmat_opt_primitive_typetest/Analyzed_1.scala
@@ -16,7 +16,6 @@ class SameBytecode {
def b: String = {
val x1 = Foo(1, "a")
if (x1.ne(null)) {
- val x3 = x1.x
return x1.y
}