JVM: do not write trivial SMAPs to classes outside inline funs
where trivial == those that map the file to itself.
This commit is contained in:
+10
@@ -3522,6 +3522,16 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
public void testReifiedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineOnly/reifiedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stdlibInlineOnly.kt")
|
||||
public void testStdlibInlineOnly() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineOnly/stdlibInlineOnly.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stdlibInlineOnlyOneLine.kt")
|
||||
public void testStdlibInlineOnlyOneLine() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/inlineOnly/stdlibInlineOnlyOneLine.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/smap/newsmap")
|
||||
|
||||
Reference in New Issue
Block a user