summaryrefslogtreecommitdiff
path: root/test/files/run/nothingTypeNoOpt.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/nothingTypeNoOpt.scala')
-rw-r--r--test/files/run/nothingTypeNoOpt.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/nothingTypeNoOpt.scala b/test/files/run/nothingTypeNoOpt.scala
index 5c5a20fa3b..454539a4b1 100644
--- a/test/files/run/nothingTypeNoOpt.scala
+++ b/test/files/run/nothingTypeNoOpt.scala
@@ -26,7 +26,7 @@ class C {
}
def f5(x: Boolean) = {
- // stack heights need to be the smae. ??? looks to the jvm like returning a value of
+ // stack heights need to be the same. ??? looks to the jvm like returning a value of
// type Nothing$, need to drop or throw it.
println(
if (x) { ???; 10 }