summaryrefslogtreecommitdiff
path: root/test/files/jvm/nest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/nest.scala')
-rw-r--r--test/files/jvm/nest.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/jvm/nest.scala b/test/files/jvm/nest.scala
index 35d8ced237..71f6064f31 100644
--- a/test/files/jvm/nest.scala
+++ b/test/files/jvm/nest.scala
@@ -15,3 +15,10 @@ object Test extends Application {
Console.println(nest.best.rest.test.inc(2))
Console.println(nest.best.rest.x)
}
+
+// bug #695
+object ForceParse extends OuterTParams[AnyRef] {
+ // Force import of HarderToParse<A>.InnerClass,
+ // which has confusing method signature.
+ var field: InnerClass = null
+}