Temporary disable line numbers generation for default values from expect declarations
Proper SMAP support for default values from expect declarations is required. Default value in expect declaration could has line number that exceed line count in actual file that causes an error #KT-23739 Fixed #KT-29174 Open
This commit is contained in:
+5
@@ -15859,6 +15859,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testKt23239() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/kt23239.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt23739.kt")
|
||||
public void testKt23739() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/kt23739.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user