Don't generate final modifier on static interface methods produced by @JvmStatic+@JvmOverloads from interface companion

#KT-35716 Fixed
This commit is contained in:
Mikhael Bogdanov
2020-10-30 19:21:42 +01:00
parent 7d0e9654bd
commit 7ec2d036ae
6 changed files with 53 additions and 2 deletions
@@ -19139,6 +19139,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/jvmStatic/kt21246a.kt");
}
@TestMetadata("kt35716.kt")
public void testKt35716() throws Exception {
runTest("compiler/testData/codegen/box/jvmStatic/kt35716.kt");
}
@TestMetadata("kt9897_static.kt")
public void testKt9897_static() throws Exception {
runTest("compiler/testData/codegen/box/jvmStatic/kt9897_static.kt");