Added regression tests for KT-1906 Support invoke() convention is js-backend (including classes implementing Function trait)

#KT-1906 Fixed
This commit is contained in:
Zalim Bashorov
2014-10-21 20:20:11 +04:00
parent f3d9d21757
commit 66519d9973
3 changed files with 55 additions and 0 deletions
@@ -57,4 +57,8 @@ public final class InvokeConventionTest extends AbstractExpressionTest {
public void testInfixCall() throws Exception {
checkFooBoxIsOk();
}
public void testInheritFromFunctionTraits() throws Exception {
checkFooBoxIsOk();
}
}