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