Support extensions in functional supertypes
Under a flag for now.
This commit is contained in:
committed by
teamcityserver
parent
10101dc2b4
commit
3f8fa3149b
+5
@@ -12889,6 +12889,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/executionOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionAsSupertype.kt")
|
||||
public void testExtensionFunctionAsSupertype() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/extensionFunctionAsSupertype.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1061.kt")
|
||||
public void testKt1061() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/kt1061.kt");
|
||||
|
||||
Reference in New Issue
Block a user