Added test

This commit is contained in:
Valentin Kipyatkov
2015-04-03 16:43:18 +03:00
parent bcbe10ad2a
commit bf0798ca86
5 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
class C {
<selection> double foo(Dependency p) {
return p.getInt(); // explicit conversion to Double must be added on conversion (if type Dependency) is correctly resolved
}
</selection>}