Support extensions in functional supertypes
Under a flag for now.
This commit is contained in:
committed by
teamcityserver
parent
10101dc2b4
commit
3f8fa3149b
+6
@@ -29277,6 +29277,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/subtyping/extFunctionTypeAsSuperType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("extFunctionTypeAsSuperTypeRestrictionLifted.kt")
|
||||
public void testExtFunctionTypeAsSuperTypeRestrictionLifted() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/subtyping/extFunctionTypeAsSuperTypeRestrictionLifted.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("findClosestCorrespondingSupertype.kt")
|
||||
public void testFindClosestCorrespondingSupertype() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user