summaryrefslogtreecommitdiff
path: root/test/files/pos/t2726/SQLBuilder_1.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2009-11-30 16:42:35 +0000
committerIulian Dragos <jaguarul@gmail.com>2009-11-30 16:42:35 +0000
commit706c86380e035a07a9f33eec20111b35368a6271 (patch)
treef6b7e42dbf116064264f5a8c805c2722a74e9c71 /test/files/pos/t2726/SQLBuilder_1.scala
parent41253da6fbf3fb8aa755ebe8318a83795ced2547 (diff)
downloadscala-706c86380e035a07a9f33eec20111b35368a6271.tar.gz
scala-706c86380e035a07a9f33eec20111b35368a6271.tar.bz2
scala-706c86380e035a07a9f33eec20111b35368a6271.zip
Closed #2726 and added test for #2464 (refs #2464)
Diffstat (limited to 'test/files/pos/t2726/SQLBuilder_1.scala')
-rw-r--r--test/files/pos/t2726/SQLBuilder_1.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/pos/t2726/SQLBuilder_1.scala b/test/files/pos/t2726/SQLBuilder_1.scala
new file mode 100644
index 0000000000..8d07a88265
--- /dev/null
+++ b/test/files/pos/t2726/SQLBuilder_1.scala
@@ -0,0 +1,7 @@
+class SQLBuilder extends SQLBuilder.Segment
+
+object SQLBuilder {
+ trait Segment
+}
+
+