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:
@@ -57,4 +57,8 @@ public final class InvokeConventionTest extends AbstractExpressionTest {
|
||||
public void testInfixCall() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testInheritFromFunctionTraits() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user