From b41f079b42850a287b0088b74d5aa2bde7b2eb8a Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sun, 16 Sep 2012 23:07:54 +0200 Subject: moves isImplicit from TermSymbol to Symbol Because classes can also be implicit. --- test/files/run/reflection-implicit.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/reflection-implicit.check (limited to 'test/files/run/reflection-implicit.check') diff --git a/test/files/run/reflection-implicit.check b/test/files/run/reflection-implicit.check new file mode 100644 index 0000000000..bab1518c45 --- /dev/null +++ b/test/files/run/reflection-implicit.check @@ -0,0 +1,2 @@ +List(true, true, true, true) +true -- cgit v1.2.3