From 66c3d62ebb08eb0054ade9b98dc7a477976117b7 Mon Sep 17 00:00:00 2001 From: Eric Torreborre Date: Wed, 14 Jun 2017 17:20:42 +0200 Subject: added an example --- test/test.scala | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/test.scala b/test/test.scala index 74177c5..81a164f 100644 --- a/test/test.scala +++ b/test/test.scala @@ -459,6 +459,11 @@ object Main{ lib.write(sourceFile, sourceBefore) } + { + val res = runCbt("../examples/kindprojector-example", Seq()) + assert(res.exit0) + } + /* // currently fails with // java.lang.UnsupportedOperationException: scalafix.rewrite.ScalafixMirror.fromMirror $anon#typeSignature requires the semantic api -- cgit v1.2.3