summaryrefslogtreecommitdiff
path: root/test/files/pos/nested2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/nested2.scala')
-rw-r--r--test/files/pos/nested2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/nested2.scala b/test/files/pos/nested2.scala
index 302688a0ef..421ea6facf 100644
--- a/test/files/pos/nested2.scala
+++ b/test/files/pos/nested2.scala
@@ -5,5 +5,5 @@ class C[A] {
object Test {
val x = new C[String]
- val y: C[String]#D[int] = new x.D[int]
+ val y: C[String]#D[Int] = new x.D[Int]
}