From e557acb9a7d672c0635c3eaf9fe385adc41e5c86 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 16 Sep 2010 22:26:24 +0000 Subject: part 2 of the dependent method refactoring: imp... part 2 of the dependent method refactoring: improved interaction with implicit search (needed for oopsla paper) more to come in this area, see e.g. #3346 (stanford edsl stuff) reopens #13, which wasn't fixed properly before imo, anyway (have a look at -Xprint:typer output before this commit: a type that's not expressible in surface syntax is inferred -- also removed duplicate test file) closes #3731: co-evolve type alias type symbols when their rhs is updated and they are referenced by type selections (see typemap) review by odersky --- test/files/pos/depmet_implicit_tpbetareduce.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/depmet_implicit_tpbetareduce.flags (limited to 'test/files/pos/depmet_implicit_tpbetareduce.flags') diff --git a/test/files/pos/depmet_implicit_tpbetareduce.flags b/test/files/pos/depmet_implicit_tpbetareduce.flags new file mode 100644 index 0000000000..1c26b24745 --- /dev/null +++ b/test/files/pos/depmet_implicit_tpbetareduce.flags @@ -0,0 +1 @@ +-Ydependent-method-types \ No newline at end of file -- cgit v1.2.3