aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2082.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t2082.scala')
-rw-r--r--[-rwxr-xr-x]tests/pos/t2082.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/t2082.scala b/tests/pos/t2082.scala
index a7ee3789b..34a7c4e3a 100755..100644
--- a/tests/pos/t2082.scala
+++ b/tests/pos/t2082.scala
@@ -13,7 +13,7 @@ trait IdPK
class TestSubject extends KeyedMapper[Long, TestSubject] with IdPK
class TestRun extends KeyedMapper[Long, TestRun] with IdPK {
- object testSubject extends MappedForeignKey[Long, TestRun, TestSubject]
+ object testSubject extends MappedForeignKey[Long, TestRun, TestSubject]
}
object TestRun extends TestRun with KeyedMetaMapper[Long, TestRun]