[FE 1.0] Eliminate resolution ambiguity on inherited SAM-interfaces
^KT-17765 Fixed
This commit is contained in:
committed by
teamcityserver
parent
a5c6d370dd
commit
a6fd14d4e6
+12
@@ -41203,6 +41203,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/sam/kt17091_4.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt17765.kt")
|
||||
public void testKt17765() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt17765.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt19910.kt")
|
||||
public void testKt19910() throws Exception {
|
||||
@@ -44945,6 +44951,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/vararg/evaluationOrder.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt10926.kt")
|
||||
public void testKt10926() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt10926.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt1978.kt")
|
||||
public void testKt1978() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user