Set isOperator property for dynamic calls by convention

This commit is contained in:
Mikhail Zarechenskiy
2020-02-05 16:01:59 +03:00
parent a736551c2a
commit 7df92cd00b
13 changed files with 95 additions and 72 deletions
@@ -53,6 +53,11 @@ public class DiagnosticsTestWithJsStdLibGenerated extends AbstractDiagnosticsTes
runTest("compiler/testData/diagnostics/testsWithJsStdLib/runtimeAnnotations.kt");
}
@TestMetadata("unsafeCastFunctionOnDynamicType.kt")
public void testUnsafeCastFunctionOnDynamicType() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJsStdLib/unsafeCastFunctionOnDynamicType.kt");
}
@TestMetadata("wrongMultipleInheritance.kt")
public void testWrongMultipleInheritance() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJsStdLib/wrongMultipleInheritance.kt");